sillysagiri
  • Joined on 2017-12-16
sillysagiri pushed to main at sillysagiri/sillyimage 2024-12-29 20:33:23 +00:00
9eeaaf3c22 rework almost everything
sillysagiri pushed to main at sillysagiri/dothack-j2me 2024-11-02 06:26:36 +00:00
5db84aa14e remove antenna dependency
0b0d7c876c adding j2me lib
16f39adfef add extract assets tool
45650789cb initial credit
6017055743 remove unused variable
Compare 7 commits »
sillysagiri pushed to main at sillysagiri/dothack-j2me 2024-10-30 13:56:22 +00:00
93eb97c83e initial options scene
sillysagiri pushed to main at sillysagiri/dothack-j2me 2024-10-21 19:25:21 +01:00
bbabf5acf1 embed nds12 directly as defaultfont
sillysagiri pushed to main at sillysagiri/dothack-j2me 2024-10-21 18:38:21 +01:00
bfa6e37001 Initial Leaderboard Scene
sillysagiri pushed to main at sillysagiri/dothack-j2me 2024-10-19 04:03:41 +01:00
a9c2d781bb initial instruction scene
170382d2ca keydown typo
Compare 2 commits »
sillysagiri pushed to main at sillysagiri/dothack-j2me 2024-10-17 03:58:37 +01:00
a538178c9c Initial load text from file method
sillysagiri pushed to main at sillysagiri/dothack-j2me 2024-10-16 21:49:59 +01:00
73d9c4da1e adding gzip into bmf
691f4aab06 add docs from wayback machine
Compare 2 commits »
sillysagiri opened issue sillysagiri/dothack-j2me#3 2024-10-16 19:14:01 +01:00
BMF outline color
sillysagiri closed issue sillysagiri/dothack-j2me#2 2024-10-16 17:51:00 +01:00
Image.getRGB() return white background on some devices
sillysagiri commented on issue sillysagiri/dothack-j2me#2 2024-10-16 17:51:00 +01:00
Image.getRGB() return white background on some devices

the solution right now is loading raw rgb image directly. the file sizes might balloon to the size of my ego (uncompressed, of course) but fear not! when we throw some gzip compression into the…

sillysagiri opened issue sillysagiri/sillyimage#1 2024-10-16 17:39:21 +01:00
add support for indexed palette
sillysagiri pushed to main at sillysagiri/dothack-j2me 2024-10-16 16:28:10 +01:00
fb1246e38e initial silly image implementation
7e1f91f8a8 switching to ant + antenna to build
b4ee571ec2 move KeyCode into Sagiri
9644fa9730 initial support to change BMF color
8df646a59b add basic keycode
Compare 7 commits »
sillysagiri opened issue sillysagiri/dothack-j2me#2 2024-10-16 08:17:06 +01:00
Image.getRGB() return white background on some devices
sillysagiri opened issue sillysagiri/dothack-j2me#1 2024-10-15 18:46:10 +01:00
add BMF to support utf-16 glyphs
sillysagiri pushed to main at sillysagiri/dothack-j2me 2024-10-15 16:39:18 +01:00
ebf171b5d7 add Measure() into bmf
sillysagiri pushed to main at sillysagiri/dothack-j2me 2024-10-15 15:24:36 +01:00
8b406c8a9b initial bmf Draw() implementation
sillysagiri pushed to main at sillysagiri/dothack-j2me 2024-10-15 14:40:16 +01:00
f309d1df82 Initial BMF support
58ae9d5185 clear Image with color
b9331d87a8 add Preload() into Scene class
Compare 3 commits »
sillysagiri pushed to main at sillysagiri/dothack-j2me 2024-10-14 17:11:05 +01:00
48cfca9f63 implementing dt
df0183d2f5 remove general
f9f1a85eff move thread into app
4d3863ac70 add src path
3a7c10a53c move main loop into midlet class
Compare 6 commits »
sillysagiri pushed to main at sillysagiri/dothack-j2me 2024-10-14 14:34:58 +01:00
fb8d6515c4 first commit