Commit Graph

425 Commits

Author SHA1 Message Date
Song Minjae
b342e7d042 working vital meter for tool durability 2017-04-21 18:11:30 +09:00
Song Minjae
c6e42ffbbe wenquanyi: fixed bad code point allocation 2017-04-20 20:48:23 +09:00
Song Minjae
e0a23f6089 more housecleaning 2017-04-19 22:56:10 +09:00
Song Minjae
c779baa72d compressing large font images 2017-04-19 22:31:55 +09:00
Song Minjae
aa4fbba711 about issue #17 2017-04-19 21:15:09 +09:00
Song Minjae
2895f4be6d Proper tga.gz loading using own imagedata 2017-04-19 20:53:03 +09:00
Song Minjae
fcd378c51a Some space saving, terrain reads GZip directly 2017-04-19 16:15:14 +09:00
Song Minjae
fe94ebbe4a terrain damage data is now properly removed when the tile is newly placed 2017-04-19 03:03:53 +09:00
Song Minjae
8689ab1565 does it work? 2017-04-18 01:24:54 +09:00
Song Minjae
4f43fdbd27 README update 2017-04-18 01:23:15 +09:00
Song Minjae
5fe604cf45 pickaxe working as intended 2017-04-18 01:14:25 +09:00
Song Minjae
f840dbe7de modular first test 2017-04-17 16:14:35 +09:00
Song Minjae
532c836553 mod support design wip 2017-04-17 04:03:58 +09:00
Song Minjae
7ebb21124c voi helvetti 2017-04-17 02:29:05 +09:00
Song Minjae
f2ae2d9449 fixes, bits and pieces, changes in ID referencing, terrain and wall takes damage, working test pickaxe, and a new issue 2017-04-17 02:18:52 +09:00
Song Minjae
6087072d3d 10-bit RGB conversion tool 2017-04-14 22:45:55 +09:00
Song Minjae
a47eb41d9a inventory ui update 2017-04-13 03:25:49 +09:00
Song Minjae
47b9b92797 font adjustments 2017-04-12 00:27:14 +09:00
Song Minjae
037e84d6e2 setting up the inventory using builder (during init) requires ingame.player to be nullable, lateinit won't work 2017-04-11 23:07:29 +09:00
Song Minjae
1301121aa9 sanity check on equipping the item 2017-04-11 21:12:51 +09:00
Song Minjae
d20190b2bd selecting and consuming item in inventory 2017-04-11 19:21:32 +09:00
Song Minjae
bb797a0910 clickable inventory for (un)equip 2017-04-11 02:30:34 +09:00
Song Minjae
d33d25f384 working inventory clicking ingame 2017-04-10 01:35:28 +09:00
Song Minjae
12015669c6 UIs will draw on "backing" framebuffer where skybox is 2017-04-09 22:22:29 +09:00
Song Minjae
671048e1e1 Inventory UI on ingame 2017-04-09 03:35:18 +09:00
Song Minjae
c5367f8f1c vt: new filesystem using tevd 2017-04-07 19:12:27 +09:00
Song Minjae
2332239ef2 global light matched to skybox 2017-04-07 19:11:56 +09:00
Song Minjae
25128d45e5 change in light
- darker night
- no blue in deep night, as in real life
2017-04-07 03:46:16 +09:00
Song Minjae
207c90d35e new WorldTime based on TIME_T 2017-04-05 02:52:00 +09:00
Song Minjae
1057e7d442 VT: shit is still rolling
- We might need virtual disk image...

Former-commit-id: c3278cd9fe1ddad8b26b45577fecb0500365d38b
2017-03-31 17:27:53 +09:00
Song Minjae
5bfc5c3a38 inventory now shows equipped position
Former-commit-id: 10950ffc409accfa914b9f531193b2fac0783f7d
2017-03-31 17:26:44 +09:00
Song Minjae
84f91e6a7a brighter soil and grass tex
Former-commit-id: 8457edfdd297ddef3ebc6c6327611a42d21dbb44
2017-03-31 17:26:01 +09:00
Song Minjae
4363bd4ba2 fixed a bug where for whatever reason io.read would return 0x0D (CR)
Former-commit-id: 769e2d3931472d14ce66cfef3a496a3913dc51be
2017-03-31 17:25:31 +09:00
Song Minjae
48315daa7d proper way of setting quickslot #
Former-commit-id: 5cd21f043def3c7622290df5bf11f0b3f0080d30
2017-03-28 03:44:43 +09:00
Song Minjae
cd710de280 inventory UI wip update
Two columns, some marginal spaces to make it look better


Former-commit-id: c26d11e499970280b78193772d29937295916ae2
2017-03-27 02:58:52 +09:00
Song Minjae
816502df3d inventory UI: quickslot designation
Former-commit-id: b2bddf7c271c678213f8f346d1de4b5c1dc27f60
2017-03-26 00:42:41 +09:00
Song Minjae
b6290134a9 runes: fixed numbers not coming up
Former-commit-id: 845b721d289842d39ea47043154a06ff7069be77
2017-03-25 02:28:49 +09:00
Song Minjae
1e3ffd2272 runes: fixing little mistakes
Former-commit-id: 2bfd0fd56a8219d44eed429671436ed2c638706f
2017-03-25 00:53:11 +09:00
Song Minjae
1f59082c15 runes update
Former-commit-id: 65a31563da924f46d5ce62c2af25549a97092762
2017-03-25 00:47:21 +09:00
Song Minjae
2e11676ee6 new runes impl and test
Former-commit-id: f92f6d528128ed19aadffee7e112daa5736d50e3
2017-03-24 23:59:57 +09:00
Song Minjae
f919b45e18 string for GPL 3
Former-commit-id: f114ac32817d94b1fca3bc7463a8afc24d166f74
2017-03-23 16:38:53 +09:00
Song Minjae
24de647284 inventory ui
icon in list


Former-commit-id: 7182dcda408d9710d77e25e357f3a67bdd42fff9
2017-03-22 23:58:18 +09:00
Song Minjae
accf1cf584 marking obsolete resources as _old_
Former-commit-id: f0919500afaafa91adaeb7f7c7377a5e2f10ef08
2017-03-21 23:39:15 +09:00
Song Minjae
6bea8af9db This project is now GPL3
Former-commit-id: 173c5833f232f3f6f7f091c02d56498cff600822
2017-03-17 23:52:10 +09:00
Song Minjae
d3547e47ca MIDI input test
Former-commit-id: 8ec51637782a2c4185716f3164c837477e648975
2017-03-17 23:49:48 +09:00
Song Minjae
208fd2ba15 added greek ano teleia
Former-commit-id: d2c67302b1e196949e8b6765b750ffffb38d2699
2017-03-17 19:23:40 +09:00
Song Minjae
72204fd5cd there was a mistake :D
Former-commit-id: 972b0f9481218f995e145e19dee3107dac912b72
2017-03-17 18:35:00 +09:00
Song Minjae
41da296bce font upd kana
Former-commit-id: c61920ca695eeafb3a9e200b5083b323b11814e6
2017-03-17 17:28:22 +09:00
Song Minjae
114bfe395f kana font wip
Former-commit-id: 0290410638e7ddd5981aba5d40acc2c1008b0658
2017-03-17 03:30:18 +09:00
Song Minjae
2491a03c99 inventory and its ui
Former-commit-id: b1a073c5636ac4516e6c9cf41bb97a844057de3f
2017-03-17 03:28:47 +09:00