minjaesong
|
c0b2f4c8df
|
shaders moved to subdir; console click on the actor to type its id in
|
2021-12-04 16:16:01 +09:00 |
|
minjaesong
|
c98ca08460
|
IME icon by language; fixed a bug where text input field would not reset IME when it has been deactivated
|
2021-11-16 14:03:24 +09:00 |
|
minjaesong
|
3c43aeec9d
|
js cannot be accessed concurrently
|
2021-11-09 14:38:47 +09:00 |
|
minjaesong
|
3bd7e740d4
|
working create-new-world
|
2021-10-28 17:32:09 +09:00 |
|
minjaesong
|
9326b87909
|
text input pane wip
|
2021-10-20 23:00:25 +09:00 |
|
minjaesong
|
2891d0466e
|
initial savefile generation of the newgame
|
2021-09-29 12:38:08 +09:00 |
|
minjaesong
|
8f834fe869
|
Renamed AppLoader into App
|
2021-09-09 09:48:33 +09:00 |
|
minjaesong
|
7c38e9a7fd
|
console: actor id shower to only show up when the console is authorised
|
2021-09-07 20:47:47 +09:00 |
|
minjaesong
|
bbd7878630
|
tooltip and notifier moved to the base ingame
|
2021-09-07 17:15:35 +09:00 |
|
minjaesong
|
b84a0a770b
|
loading player from json file
|
2021-08-28 16:31:06 +09:00 |
|
minjaesong
|
a91156ac21
|
gdx 1.10/lwjgl3 migration; removing old Lua stuffs
|
2021-07-27 12:43:01 +09:00 |
|
minjaesong
|
e71c56cf0d
|
fixed worldgen and threadexecutor so that they will actually wait for the thread termination
|
2019-11-16 02:41:25 +09:00 |
|
minjaesong
|
b63bf88cd7
|
uis won't open or close when console is up
|
2019-08-11 20:42:59 +09:00 |
|
minjaesong
|
e8ba837b09
|
trying to make fixtures with UIs working, was not successful
|
2019-07-08 04:05:04 +09:00 |
|
minjaesong
|
ae8d7a67f2
|
issue #26 resolved (someone is hoolding stale ingame context)
|
2019-07-03 03:59:37 +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
|
08aa0e8f34
|
always sorting arraylist; more wire stuffs
|
2019-03-12 22:27:26 +09:00 |
|
minjaesong
|
a6ea2b4e18
|
still wip modularisation, game somehow boots
|
2018-06-21 17:33:22 +09:00 |
|
minjaesong
|
dde69d2e7e
|
colourutil update
|
2018-02-16 10:49:13 +09:00 |
|
minjaesong
|
0004240c52
|
somehow fixed a consolewin bug
- It would read a key even if it's closed
|
2017-10-18 03:52:11 +09:00 |
|
minjaesong
|
b16de87dd5
|
Rectified heretic YY-MM-DD to standard YYYY-MM-DD
|
2017-09-20 14:36:40 +09:00 |
|
minjaesong
|
13ff4ddebb
|
some sort of error screen impl
|
2017-08-20 22:10:47 +09:00 |
|
minjaesong
|
3d622835c7
|
UI: sub-UIs work?
|
2017-07-25 17:21:02 +09:00 |
|
minjaesong
|
f1391bea6f
|
generalised things so that they would work outside of ingame.world; title screen wip
|
2017-07-21 19:59:51 +09:00 |
|
minjaesong
|
485cbe1206
|
simplified a structure of UIs a bit
|
2017-07-16 23:15:32 +09:00 |
|
minjaesong
|
2a5cb3ee38
|
disposable UI; loading screen mockup (i heard like loading screen -- sonic 06)
|
2017-07-13 17:53:40 +09:00 |
|
minjaesong
|
b91ba9fc08
|
asynch update and render (aka frameskip)
|
2017-07-08 20:38:05 +09:00 |
|
minjaesong
|
2d5761d66c
|
downsampling sorta works, ONLY WHEN (width or height % 4) is 0 or 1
|
2017-07-05 16:03:50 +09:00 |
|
minjaesong
|
65ef9c2787
|
fixed bad color rendering on blocksdrawer and lightmaprenderer
|
2017-07-02 21:53:50 +09:00 |
|
minjaesong
|
cbcd32e132
|
keyboard control ported to GDX (at least as much as I can right now)
|
2017-07-01 18:31:00 +09:00 |
|
minjaesong
|
ad481853bb
|
LibGDX, here I am.
|
2017-06-22 02:31:07 +09:00 |
|
Song Minjae
|
b342e7d042
|
working vital meter for tool durability
|
2017-04-21 18:11:30 +09:00 |
|
Song Minjae
|
bb797a0910
|
clickable inventory for (un)equip
|
2017-04-11 02:30:34 +09:00 |
|
Song Minjae
|
12015669c6
|
UIs will draw on "backing" framebuffer where skybox is
|
2017-04-09 22:22:29 +09:00 |
|
Song Minjae
|
4acc797fee
|
actorwithbody splitted in favour of new particle type
Former-commit-id: 121bd069d0a9eeef60f5ecb085a11a93c4b4a84d
Former-commit-id: 539b4b6916e808c01298190cf347e928f61fe62e
|
2017-01-21 16:52:16 +09:00 |
|
Song Minjae
|
1dd156d172
|
still WIP inventory impl, held item impl
Former-commit-id: 9468cfae21ff09c3dd30352a849910364e01d780
Former-commit-id: 50247ccebf3284f739877a1d6c6d8574449a9824
|
2016-12-14 00:28:42 +09:00 |
|
Song Minjae
|
22bb5d83e1
|
Object-ified console commands (singleton!)
Former-commit-id: d04fc939a659fc4a6b952d64894bd28edf97bc38
Former-commit-id: 6c20526f3bdda2d9d08dc156b3b0fe271e89bffb
|
2016-12-14 00:28:09 +09:00 |
|
Song Minjae
|
d8b70887a9
|
new item type, "Dynamic Item"; working text terminal
Former-commit-id: 81e6d836f5f1e6490027d38146a32d404cf9ce3e
Former-commit-id: af6557340f9cd0ea0b67eb7a8825aeffe75f9d82
|
2016-09-10 16:45:04 +09:00 |
|
Song Minjae
|
fb11d5c9c2
|
FIX: quickbar opacity bug, Notification won't display, remaned majuscule to fullwidth, keyboard layouts for control helper
Former-commit-id: 99c51499131a7cbae1b7345c15d804bd5340e7b6
Former-commit-id: 1326b69cb920d3590fe2cbe33013c85c9eeb1191
|
2016-07-29 21:02:24 +09:00 |
|
Song Minjae
|
ee647652d2
|
fixed a bug where colourmap won't interpolate properly. BUG: fadeout/fadein is somewhat glitched, UIQuickBar does not fade-in/out instead it just (dis)appears with no effect
Former-commit-id: 029f504b7e2e4d85676ec8b36b27dcbed5e5db47
Former-commit-id: 0b56ca1e8976bfc5e7ea8d665e6ed6496a52de85
|
2016-07-27 00:20:36 +09:00 |
|
Song Minjae
|
00dd5e99bb
|
implementation of Pie Menu
Former-commit-id: 0ff65782d25f0bf73435d297cf70d93e80882090
Former-commit-id: c31e1675890bb098addd2467f1137cb20038ec7d
|
2016-07-20 21:40:26 +09:00 |
|
Song Minjae
|
222bf0811c
|
Romanian and Thai language support, GameFont: scaling
Former-commit-id: 960bbc00b2d16111b5b63fc31a71a8093bae9dc1
Former-commit-id: 159beb538d151a6b332809ddfeb66ce1e02be52d
|
2016-07-17 21:05:47 +09:00 |
|
Song Minjae
|
1d1f99605c
|
Greek support, modular weather, command history for console window
Former-commit-id: b72d0b018c084e80cf4fef77e1b1a81101d6daea
Former-commit-id: 32da6a2998826de6519a901dcff7bf058f689b2f
|
2016-07-13 21:48:14 +09:00 |
|
Song Minjae
|
186d6a8cb9
|
monitor adjustment screen, changed "calibrate" to "adjust" (NOT the STRING_ID of langpack)
Former-commit-id: ffae41e5876e54e2e0aedb5a93092db8e8f75d01
Former-commit-id: 65883b385a205d47b76c60f18a91186c2be922b2
|
2016-07-06 20:17:51 +09:00 |
|
Song Minjae
|
c4b64140be
|
actors are now active/dormant depending on the distance to the player, only the active actors are to be updated. Actors outside of the camera (actually a distance to the player) are not rendered
Former-commit-id: 5f80c2ef3592aab5567723087c264e05458e98b3
Former-commit-id: 7714c6f5a6d7a48d4f5adfe8f6990b249bdb80b0
|
2016-04-24 16:37:08 +09:00 |
|
Song Minjae
|
ac9f5b5138
|
com.torvald → net.torvald
Former-commit-id: 375604da8a20a6ba7cd0a8d05a44add02b2d04f4
Former-commit-id: 287287c5920b07618174d7a7573f049d350ded66
|
2016-04-12 12:29:02 +09:00 |
|