minjaesong
|
7d3bf0eece
|
terrain texture change by all seasons
|
2019-02-01 15:59:54 +09:00 |
|
minjaesong
|
cd1ad9277a
|
gpu rendered light wip
|
2019-01-29 02:21:22 +09:00 |
|
minjaesong
|
53c45d6829
|
smoothDelta is now come from Gdx's LwjglGraphics instead of AppLoader
|
2019-01-22 13:16:21 +09:00 |
|
minjaesong
|
b9a4e0f64b
|
game actually reads fps setting from config
|
2019-01-22 05:29:03 +09:00 |
|
minjaesong
|
ded9cb1a10
|
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
|
be20fd8328
|
removing default batch on blendxxx() funs
|
2019-01-20 03:09:23 +09:00 |
|
minjaesong
|
d1a2e6b8f2
|
issue #16: walking fixed, jump not
|
2019-01-19 16:44:59 +09:00 |
|
minjaesong
|
9140d6d8b0
|
prolonged alpha blending issue seemingly fixed?
at least it's partially fixed...
|
2019-01-07 17:34:47 +09:00 |
|
Minjae Song
|
98755fab61
|
still cleaning up
Making wall item textures takes SO long
|
2018-12-25 15:39:01 +09:00 |
|
minjaesong
|
eca0469f32
|
bringing back onscreen debug info
|
2018-12-08 05:05:42 +09:00 |
|
minjaesong
|
8942f352a1
|
drawing of the tile breakage
|
2018-11-10 21:09:02 +09:00 |
|
minjaesong
|
1aa90077a4
|
Can setTitle() cause memleak (right before test commit)
|
2018-11-08 22:42:27 +09:00 |
|
minjaesong
|
c7c68187eb
|
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
|
397b2a8795
|
abolished a need to pass world as parametre
+ simply changing the single variable (ingame.world) will update all the renderer's behaviour
+ somehow my git changelogs are exploding
|
2018-10-05 23:40:03 +09:00 |
|
minjaesong
|
69eb2d7a3b
|
title remocon: menu UI with no child should be displayed now
|
2018-09-15 01:08:10 +09:00 |
|
minjaesong
|
b40af8e1b3
|
more remoCon thingies
|
2018-08-30 21:30:39 +09:00 |
|
minjaesong
|
c381250665
|
UI Remote Controller reworked (now 90% less stupidity)
|
2018-08-30 17:24:53 +09:00 |
|
minjaesong
|
eee8a18875
|
dump (another useless message)
|
2018-08-05 21:57:18 +09:00 |
|
minjaesong
|
e48731b2e3
|
reducing down HistoricalFigure to nothing
It doesn't seem like a good idea
|
2018-07-03 22:45:00 +09:00 |
|
minjaesong
|
108a3e6188
|
title screen using IngameRenderer
|
2018-07-01 01:38:07 +09:00 |
|
minjaesong
|
07681110c7
|
IngameRenderer: damned thing finally works somewhat
|
2018-06-30 16:47:22 +09:00 |
|
minjaesong
|
8daf0a2c38
|
still wip modularisation, game somehow boots
|
2018-06-21 17:33:22 +09:00 |
|
minjaesong
|
f5636fe0d3
|
hacked the titlescreen to fix resize-related UI shit
|
2017-11-01 15:46:09 +09:00 |
|
minjaesong
|
83b9f74100
|
renderFront is fixed
|
2017-10-14 02:48:52 +09:00 |
|
minjaesong
|
0e1c46f18d
|
Houston, we have a render (again)
|
2017-10-07 22:21:37 +09:00 |
|
minjaesong
|
e76458bff6
|
we've got something
- except actor's RGB won't draw; only the glow does
|
2017-09-18 02:32:47 +09:00 |
|
minjaesong
|
558430b4f3
|
fixed camera not putting actor at the centre of the screen
- Actually may not be fixed, but it does not cause render bugs at least!
|
2017-09-17 23:42:13 +09:00 |
|
minjaesong
|
1149311076
|
module UI now has margin; game update will drop consecutive updates if its try count is exhausted (reduced lag after window move/resize)
|
2017-09-15 01:40:12 +09:00 |
|
minjaesong
|
ef176909b4
|
Ingame: great, nothing renders :(
|
2017-09-15 00:40:11 +09:00 |
|
minjaesong
|
1d8e66a9cc
|
simple hack for out-of-place render of terrain and lightmap
- Just made them not have negative value
|
2017-09-14 02:13:37 +09:00 |
|
minjaesong
|
cdf961df09
|
Guess it's fully working for titlescreen
|
2017-09-13 18:10:03 +09:00 |
|
minjaesong
|
82ddfeb6ee
|
Light fuck: At least I've figured out what the fuck was wrong with.
|
2017-09-12 21:29:45 +09:00 |
|
minjaesong
|
e67b97257c
|
at least now I know which part is to be patched...
|
2017-09-09 02:45:58 +09:00 |
|
minjaesong
|
e6e962ecf7
|
terrain AND wall renders
|
2017-09-01 01:05:21 +09:00 |
|
minjaesong
|
749a82bcf7
|
now I can't even tell if it's working as intended or not
|
2017-08-30 22:16:10 +09:00 |
|
minjaesong
|
2bf9acb07a
|
some sort of error screen impl
|
2017-08-20 22:10:47 +09:00 |
|
minjaesong
|
64f36d2d7c
|
load app using apploader -- no more black screen on app load
|
2017-08-01 23:55:48 +09:00 |
|
minjaesong
|
65bc67710c
|
RemoCons fully working; also fixed my stupidity
|
2017-07-26 17:03:22 +09:00 |
|
minjaesong
|
33da9777ea
|
UI: sub-UIs work?
|
2017-07-25 17:21:02 +09:00 |
|
minjaesong
|
c595270faa
|
leak patched I guess
|
2017-07-23 17:38:57 +09:00 |
|
minjaesong
|
d753365e54
|
titlescreen: camera follows terraini undulation
|
2017-07-22 18:27:58 +09:00 |
|
minjaesong
|
116b4cc390
|
title screen renders well
|
2017-07-21 20:28:12 +09:00 |
|
minjaesong
|
a5dd5b9e98
|
generalised things so that they would work outside of ingame.world; title screen wip
|
2017-07-21 19:59:51 +09:00 |
|
minjaesong
|
f51417e709
|
action listener on textbutton list
|
2017-07-20 22:25:40 +09:00 |
|
minjaesong
|
fd7d724f39
|
parallax (sky looks bluer when you go up)
|
2017-07-20 18:39:05 +09:00 |
|
minjaesong
|
528fdc9fc5
|
limitedly successful attempt to create a title screen
|
2017-07-20 00:36:41 +09:00 |
|