Commit Graph

1456 Commits

Author SHA1 Message Date
minjaesong
c632818e03 migration wip java 9 modularise 2019-06-01 03:25:20 +09:00
minjaesong
a1cde8ef9b fixed using wrong type of exception 2019-06-01 02:06:07 +09:00
minjaesong
ec8b57abd1 fixtures won't spawn when there's block or other fixtures 2019-05-31 22:57:20 +09:00
minjaesong
874834b2d1 fixing "roundworld anomaly": some actors won't render 2019-05-31 04:10:00 +09:00
minjaesong
a595dc2665 wip debugging "roundworld anomaly" 2019-05-30 23:35:01 +09:00
minjaesong
2b35e547da contracted itemcount string 2019-05-30 21:36:02 +09:00
minjaesong
c8df0fc9fd font: hangul update 2019-05-30 14:10:09 +09:00
minjaesong
ef72075fd6 tiki torch correctly spawns; gotta check for collision 2019-05-29 23:20:39 +09:00
minjaesong
c00a8235e1 added definition for fixture null blockbox 2019-05-28 23:57:51 +09:00
minjaesong
ad4bfd9e01 tiki torch spawns but is not centred 2019-05-28 22:46:10 +09:00
minjaesong
84a35abb37 no secondary click; tiki torch kinda spawns? 2019-05-26 22:55:50 +09:00
minjaesong
3f692da03c disposable singletons to an array in loader; single float for both notification and tooltip 2019-05-24 20:38:35 +09:00
Minjae Song
d08aae5db0 stupid gimp 2019-05-22 12:57:20 +09:00
Minjae Song
ad6d52b13c tileable message float ui 2019-05-22 12:51:01 +09:00
minjaesong
4c4d268b95 cherrypicked from the branch test-cvec-for-light 2019-05-21 17:50:54 +09:00
minjaesong
b52dd12807 furred npc test might delete later 2019-05-20 12:07:01 +09:00
minjaesong
3106657f44 font: new redesigned hangul 2019-05-14 13:16:10 +09:00
minjaesong
9a9bb37835 font: hangul redraw wip -- less "laundry line" 2019-05-12 23:52:27 +09:00
minjaesong
2b2e0e3327 font: hangul redraw wip 2019-05-12 17:09:46 +09:00
minjaesong
0f3a6143cf gradle script fix typo and add assertion jvm option 2019-05-12 01:03:35 +09:00
minjaesong
b217a023d2 comment 2019-05-08 21:23:42 +09:00
minjaesong
0ccfb0e709 blocksdrawer now draws wire 2019-05-04 18:19:08 +09:00
minjaesong
dfe183f597 adding missing resources/moving zip files to lfs 2019-05-04 04:11:33 +09:00
minjaesong
e064d6b8f1 block functions now share one centralised core function 2019-05-04 03:29:59 +09:00
minjaesong
65e01b1eb0 debug info for upcoming wires 2019-05-02 00:56:25 +09:00
minjaesong
5816e678bf fixed a long bug where item would be used twice but discounted by only one on single click 2019-05-01 23:26:01 +09:00
minjaesong
839b7e7762 more comments 2019-04-30 03:06:19 +09:00
minjaesong
7d216acd52 sortedarraylist update; physball breaks the actor render dunno why 2019-04-30 02:52:09 +09:00
minjaesong
5a95f1c21a actually using (and rediscovering) the kdtree 2019-04-18 23:42:54 +09:00
minjaesong
62b687c86b gamepad keyboard mockup 2019-04-15 12:26:54 +09:00
minjaesong
bda58ecebd controller getaxisraw, calibration on startup 2019-04-09 23:42:10 +09:00
minjaesong
a5d33da1c9 fixed: noclipped player won't move up and down when gamepad is plugged in 2019-04-06 03:58:02 +09:00
minjaesong
968a1a0888 weponmeleecore 2019-03-19 13:35:58 +09:00
minjaesong
57ebbcb421 moduleinfo won't contain bad modules 2019-03-17 13:49:20 +09:00
minjaesong
ee732dbcf9 inventory UI won't rebuild when pie menu is in operation 2019-03-16 03:44:03 +09:00
minjaesong
08aa0e8f34 always sorting arraylist; more wire stuffs 2019-03-12 22:27:26 +09:00
minjaesong
0563ef0940 colour-changing durability and encumbrance bar 2019-03-12 02:29:58 +09:00
minjaesong
58a91ed10b can retrieve item image for dynamic items 2019-03-12 01:42:07 +09:00
minjaesong
1ac735805d not reading material csv issue fixed 2019-03-12 00:47:06 +09:00
minjaesong
7f53be48d1 my CSV was malformed :( 2019-03-11 19:36:42 +09:00
minjaesong
03df390e38 distinguishable item placeholder image 2019-03-11 00:20:08 +09:00
minjaesong
d7846bf332 autofill inventory with "available" blocks (has texture) 2019-03-10 23:42:48 +09:00
minjaesong
1bf9228e75 reading material from the module; pixaxes use it
But "dynamic item" created from the pickaxe class is not right
2019-03-10 23:38:11 +09:00
minjaesong
b495c010f4 a piece of wire is considered as a tool for inventory (for now) 2019-03-10 18:13:29 +09:00
minjaesong
833d8814a7 game item to load its own image if needed; common resource pool to assist that 2019-03-10 17:46:48 +09:00
minjaesong
d895da9e96 removing lwjgl patch 2019-03-10 00:31:16 +09:00
minjaesong
5822cb50b2 minimap: only update and render when needed 2019-03-10 00:28:47 +09:00
minjaesong
cd97b5c4ab rudimentary minimap draw only 2019-03-08 18:49:38 +09:00
minjaesong
a1022a3db1 minor comment update 2019-03-05 23:39:36 +09:00
minjaesong
7359519982 ingamerenderer: things won't update when the game is paused (e.g. UI open) 2019-03-05 17:45:41 +09:00