Commit Graph

1342 Commits

Author SHA1 Message Date
minjaesong
d13c74dc0c histogram to display UV values 2019-02-04 05:23:07 +09:00
minjaesong
9781cd961a quicker camera on buildingmaker 2019-02-04 01:37:31 +09:00
minjaesong
072f6564fe fixing mouseUp on NSMenu; making pen on buildingmaker work 2019-02-03 23:53:46 +09:00
minjaesong
8da8fdb863 F3 moved to PostProcessor; palette UI for buildingmaker 2019-02-03 17:01:27 +09:00
minjaesong
c476ca0d99 #12 event for world block change -- mainly meant for fixture updating itself 2019-02-02 01:58:49 +09:00
minjaesong
1e4e4d2b94 blocksdrawer use offsetted time_t 2019-02-02 01:08:14 +09:00
minjaesong
2162c755ce closing #22 2019-02-01 22:45:34 +09:00
minjaesong
91e0a2ad86 application icons 2019-02-01 20:15:19 +09:00
minjaesong
f712c143d0 #21, also making seasonal grasses easier on PSD 2019-02-01 18:47:02 +09:00
minjaesong
2610f44697 wall block item to use its own texture (for real) 2019-02-01 17:28:08 +09:00
minjaesong
e2dec79ca5 terrain texture change by all seasons 2019-02-01 15:59:54 +09:00
minjaesong
29fbad889b fixed notificator UI 2019-01-31 20:54:25 +09:00
minjaesong
6d19347dfb nsmenu to invoke class with defined args; working settime on buildingmaker 2019-01-31 18:01:33 +09:00
minjaesong
1610b63672 making sure unused screen be disposed, and not breaking the app 2019-01-31 13:29:40 +09:00
minjaesong
7a5b1df81c fix memory leak from my ididcy; relationship w #19 needs investigation 2019-01-31 05:02:44 +09:00
minjaesong
dd44ae1eea language is moved inside of options 2019-01-31 03:27:03 +09:00
minjaesong
b3e323965f adjusting disposing behavs so that we can go back and forth the ingame and titlescr 2019-01-31 00:12:38 +09:00
minjaesong
1475fa08dc inventory gamemenu visual only 2019-01-29 23:37:38 +09:00
minjaesong
aef07149b4 3 screens impl of inventory UI wip 2019-01-29 20:24:11 +09:00
minjaesong
7f7c31d27f nice try, but it crashes the gpu AND I get <1 fps :( 2019-01-29 17:35:56 +09:00
minjaesong
882cd86dd4 wrong colour fixed -- Gdx.Color.toIntBits() returns ABGR, GLSL expects RGBA 2019-01-29 03:04:01 +09:00
minjaesong
b842780761 gpu rendered light wip 2019-01-29 02:21:22 +09:00
minjaesong
45fa56cb23 inventory ui won't always draw item count 2019-01-28 19:22:47 +09:00
minjaesong
1ffa71215a amount of fluid affects the light absorption 2019-01-27 16:58:29 +09:00
minjaesong
89ecdbc608 nuked fluidcodex 2019-01-27 05:09:52 +09:00
minjaesong
50d883260c so not making new objs frequently does make it bit faster... 2019-01-27 02:09:20 +09:00
minjaesong
02f9a5e127 light calc takes fluid into account 2019-01-27 00:30:56 +09:00
minjaesong
55cfae831a new watch design consistent with existing UI 2019-01-24 23:46:24 +09:00
minjaesong
4ddf037626 new TV-safe watch UI 2019-01-24 02:32:28 +09:00
minjaesong
a2af6bc84d gapbox toggle with F11 2019-01-23 12:45:40 +09:00
minjaesong
05094b6938 less intrusive gapbox colours 2019-01-23 03:52:28 +09:00
minjaesong
200ff94ff8 F12 for screenshot; it's high time to care about TVs
(besides, the EBU gap is also a good guideline for placing UIs on edge)
2019-01-23 03:46:46 +09:00
minjaesong
78cf9298e1 equipped items are drawn into their respective slot 2019-01-23 00:50:20 +09:00
minjaesong
12b42799e1 greater number of inventory cells 2019-01-23 00:09:31 +09:00
minjaesong
6d638e1269 small number font moved to apploader 2019-01-22 23:05:29 +09:00
minjaesong
a28e325f45 glsl works differently on my macbook? 2019-01-22 22:23:30 +09:00
minjaesong
ac9547c720 adding demoworld.gz 2019-01-22 21:34:00 +09:00
minjaesong
43b349d5ca adding gradle-wrapper.jar 2019-01-22 21:27:56 +09:00
minjaesong
ea1fd31c24 initial screen size is read from the config 2019-01-22 20:56:16 +09:00
minjaesong
07373e13d2 smoothDelta is now come from Gdx's LwjglGraphics instead of AppLoader 2019-01-22 13:16:21 +09:00
minjaesong
a59a1d5c2f test impl kalman delta on gdx 2019-01-22 06:30:11 +09:00
minjaesong
86fdeaf096 copyright update 2019-01-22 05:57:38 +09:00
minjaesong
e5fec2c22c implementing the iconic 'lag behind' camera the right way 2019-01-22 05:46:26 +09:00
minjaesong
a6921fe924 game actually reads fps setting from config 2019-01-22 05:29:03 +09:00
minjaesong
b18365dd95 some classes in sprite assembler is now internal 2019-01-22 03:51:18 +09:00
minjaesong
20e8b9eee0 ingame will only render visible actor 2019-01-22 03:50:35 +09:00
minjaesong
6d0616a7bd instead of dealing with delta, we'll just update multiple times, THIS TIME IN CORRECT WAY
(because it really works :p)
2019-01-22 02:59:22 +09:00
minjaesong
5260dc437c the entire game will use new smooth delta 2019-01-21 05:22:49 +09:00
minjaesong
f1499e3e48 forgot to comment out the debug print 2019-01-21 01:44:19 +09:00
minjaesong
34a9d39516 I'll settle with 'Kalman filter with adaptive reset' 2019-01-20 22:50:22 +09:00