minjaesong
|
1060d96364
|
IS_DEVELOPMENT_BUILD key can now be toggled with vm option '-ea'
|
2022-01-13 09:55:51 +09:00 |
|
minjaesong
|
10819e2607
|
titlescreen moved to modules; using GLES 3.0 as default
|
2021-12-11 21:08:56 +09:00 |
|
minjaesong
|
7503876d1f
|
Keyboard strobing moved to a new thread so that fast typing is possible even if the game's update method is running slowly
|
2021-11-06 11:30:42 +09:00 |
|
minjaesong
|
1dc7d46c39
|
dirty way to go back a step with multiple uis in coordination
|
2021-10-28 15:11:52 +09:00 |
|
minjaesong
|
b4dcb559cd
|
pushing Return on World Selection will bring you to the Character Selection (and the implementation is quite dirty I might say)
|
2021-10-27 23:39:32 +09:00 |
|
minjaesong
|
ee2019e7dd
|
new world ui to where it should be
|
2021-10-26 19:20:48 +09:00 |
|
minjaesong
|
08518fff06
|
some more new world ui thingies/fixed a bug where drawing an inventory background would cause a segfault
|
2021-10-26 14:12:16 +09:00 |
|
minjaesong
|
8a8e97d4b2
|
custom keyboard handling wip
|
2021-10-20 12:57:56 +09:00 |
|
minjaesong
|
8c692aa45e
|
load ui to inject remoCon contents to implement its own submenus
|
2021-10-19 10:54:39 +09:00 |
|
minjaesong
|
5e867f7db3
|
graphics config panel; titlescreen no longer updates every single popup ui it contains
|
2021-10-06 14:16:38 +09:00 |
|
minjaesong
|
2c6dc8750a
|
streamer mode wip
|
2021-10-06 00:18:39 +09:00 |
|
minjaesong
|
da81de6258
|
32 bit warning sign
|
2021-10-05 21:56:14 +09:00 |
|
minjaesong
|
ea507d4d8e
|
reading savefiles won't freeze the ui (too much)
|
2021-10-01 22:54:18 +09:00 |
|
minjaesong
|
49daf5d870
|
wait spinner
|
2021-10-01 17:28:44 +09:00 |
|
minjaesong
|
10bee994a7
|
bigger click hitbox for titlescreen uiremocon
|
2021-09-19 20:39:23 +09:00 |
|
minjaesong
|
e2101ebc54
|
config key change; uiitemtextbutton can now have tags alongside with the label
|
2021-09-19 17:06:22 +09:00 |
|
minjaesong
|
66e77e0a01
|
writing config to disk
|
2021-09-19 15:15:42 +09:00 |
|
minjaesong
|
1a0c48987d
|
dat blur
|
2021-09-09 16:39:29 +09:00 |
|
minjaesong
|
94a97193f9
|
title screen panner to track the ground better
|
2021-09-09 14:38:47 +09:00 |
|
minjaesong
|
8f834fe869
|
Renamed AppLoader into App
|
2021-09-09 09:48:33 +09:00 |
|
minjaesong
|
b8e181915e
|
bringing back old animating titlescreen
|
2021-09-08 16:22:25 +09:00 |
|
minjaesong
|
ca72a6fbe5
|
trying to write a new ingamecontroller so that its update can be manually controlled
|
2021-08-21 21:03:39 +09:00 |
|
minjaesong
|
a91156ac21
|
gdx 1.10/lwjgl3 migration; removing old Lua stuffs
|
2021-07-27 12:43:01 +09:00 |
|
minjaesong
|
42dbaaa242
|
backend stuffs in the Terrarum moved to the AppLoader
|
2019-07-02 05:10:32 +09:00 |
|
minjaesong
|
4c23cde4a9
|
no more context fuckups on apploader
|
2019-07-02 04:59:24 +09:00 |
|
minjaesong
|
36c6cb78ba
|
inventory screen doesn't need two char info display
|
2019-02-06 11:05:58 +09:00 |
|
Minjae Song
|
934b252314
|
when it's not dev build, title bar shows less info
they take some processing time
|
2018-12-25 01:58:18 +09:00 |
|
Minjae Song
|
eb1a3dcd14
|
textbuttonlist fixed incorrect vertical placement
|
2018-12-09 17:24:26 +09:00 |
|
minjaesong
|
11f7fa5c9a
|
WIP new UI elem
|
2018-12-08 23:26:01 +09:00 |
|
minjaesong
|
20dfc95d0d
|
replaced a hack that starts random game on title screen
|
2018-12-08 18:30:10 +09:00 |
|
minjaesong
|
ea490435eb
|
exit now gracefully calls gdx.app.exit
|
2018-12-03 00:34:31 +09:00 |
|
minjaesong
|
9b087f0ae5
|
fixed a NaN bug caused by a zero-width/height hitbox
Also inventory is widened to 10x7 of prev 9x7
|
2018-11-06 04:02:33 +09:00 |
|
minjaesong
|
1d67a9a9ce
|
it's not zipping correctly; some fixes on readlayer
|
2018-10-05 01:11:12 +09:00 |
|
minjaesong
|
374070e9b9
|
layer export: tested output seems legit but can't confirm
|
2018-10-04 23:46:24 +09:00 |
|
minjaesong
|
f365156799
|
World Click events
let's hope it works w/o tests as I can't get to the Ingame now
|
2018-10-01 23:51:04 +09:00 |
|
minjaesong
|
6a1146f67b
|
player is now nullable; wtf is calling Ingame 5 times?
|
2018-09-17 01:46:50 +09:00 |
|
minjaesong
|
07724942b0
|
title remocon: menu UI with no child should be displayed now
|
2018-09-15 01:08:10 +09:00 |
|
minjaesong
|
3309998060
|
font update; ui remocon fix; save doc elaboration
UI RemoCon fix: RemoCon will no longer widen to the screen width when being used
|
2018-09-14 01:14:13 +09:00 |
|
minjaesong
|
16854a4be5
|
more remoCon thingies
|
2018-08-30 21:30:39 +09:00 |
|
minjaesong
|
6c4c0214a1
|
UI Remote Controller reworked (now 90% less stupidity)
|
2018-08-30 17:24:53 +09:00 |
|