Commit Graph

195 Commits

Author SHA1 Message Date
Song Minjae
8c8a0cbb23 modified light penetration to penetrate less
Former-commit-id: 43b6fa9456ab58d6c59b738c718d0dcbe27799d1
Former-commit-id: ac3da567accddaea19ede6f7fcf59aff4cc10c9a
2016-12-20 14:37:29 +09:00
Song Minjae
e0665db121 fixed bug in commandinterpreter where space(s) behind semicolon, without secondary command (e.g. "nc; ") caused crash
Former-commit-id: 6b7afd141964ecefaae4f8952551859ca6c25c9d
Former-commit-id: dd21356206c45bde1c9f17fc604755d372189d7e
2016-12-20 14:35:49 +09:00
Song Minjae
aeb377a857 more sprite glow (test)
Former-commit-id: 857997e5a00ccbb3f3d2ca7be5065f4f66487a4f
Former-commit-id: 232ae9161a43762730fad1e77003b4033d72bb2a
2016-12-19 00:56:59 +09:00
Song Minjae
01def757e9 minor edits
Former-commit-id: 727c880ff913f72cf17f89155c35966f38224c07
Former-commit-id: 65d4bf1045440de7d23efd3ef43176e1cddfa1e4
2016-12-18 23:21:51 +09:00
Song Minjae
ea1e90b035 working platform rendering
Former-commit-id: ec50eeb7f6fbf5799d197a88b036f60e51693336
Former-commit-id: 4172ffc733b8df89bc839b59476c57ac6bf3572d
2016-12-18 16:18:41 +09:00
Song Minjae
0db1130b41 working zoom out
Former-commit-id: a53ed485163ef36cf5b59941eb657761cde166d5
Former-commit-id: a2b575150e128ceb7894d9ba4eb0db127d071bcb
2016-12-18 03:09:20 +09:00
Song Minjae
1ad9f2611d working ZOOM IN (zoom out still broken)
Former-commit-id: 40d72f2ebfcaffe40e1875a7a76d05ff06ad0323
Former-commit-id: c5fae728ab10693f0fb7ae1ece109ad88cbedd0c
2016-12-18 02:41:23 +09:00
Song Minjae
9c7e7ed266 fixed roundworld anormaly, camera zoom still broken
Former-commit-id: ec08c302349c962992a111e820b60eb0a46d7c2e
Former-commit-id: 5bcf3baf2ec194c431b009aa2839ff11caa4d82d
2016-12-18 01:39:03 +09:00
Song Minjae
56530a6041 code cleanup, shortening things
Former-commit-id: d1c81cf3207fff4dd311e9b6c3beb04c194aebc5
Former-commit-id: 26f5042ba41cd577e681a22465435945434c864b
2016-12-17 14:16:42 +09:00
Song Minjae
af8516be68 cleaning up code, adaptive CCD displacement tick
Former-commit-id: dff86e81e174f3cb12a3b5fde54d67104f84f146
Former-commit-id: 349213aafe52ddbd52ed7b58d42a81237a84ee3d
2016-12-17 11:38:43 +09:00
Song Minjae
b66b02ceeb forEach codes for occupying and feet tiles
Former-commit-id: f8a719b262420d673b3672f7e21764a0dbc754b9
Former-commit-id: e09af27d09cb7ab1dbe08637b4a8690ab612466c
2016-12-17 00:31:19 +09:00
Song Minjae
7a7fac776a tilewiseHitbox takes nextHitbox
Former-commit-id: c6bc5c935f4a79687eecf14ef321c16066607e35
Former-commit-id: 72a0f51b7c676f5206848ed56cc62b1f7fe94e52
2016-12-17 00:30:47 +09:00
Song Minjae
d179d090c5 tiles won't place to the position where occupied by actors
Former-commit-id: 745558470933aea8d1f03da30ca5042a82c69eac
Former-commit-id: 09e741f5eaec3eb18b8a76c82fcc2aa62378e82e
2016-12-16 23:57:46 +09:00
Song Minjae
174a0f9101 added sugar to the Hitbox: Can use both (x1, y1, x2, y2) and (x1, y1, w, h)
Former-commit-id: d8d62440493bf1ffe4f15420f85d0973c9de79ed
Former-commit-id: c66228059d46a1258257c2c0ceb64da99ecd2871
2016-12-16 23:57:08 +09:00
Song Minjae
a5ca82f2c7 get operator on Tile/ItemPropCodex
Former-commit-id: f6c4ecbad8c0ce2486524be70e68292d6aae799e
Former-commit-id: 9738a693eb55861d1292e59d8df2bec7f5603c40
2016-12-16 23:07:14 +09:00
Song Minjae
4552d7b7db Inventory now stores objects instead of item IDs
Former-commit-id: 6d7397fe82c986a3ac48ce86fe9fa75a354cf5d3
Former-commit-id: 46b759e0707fe2f7cb207e215708118034aff4f4
2016-12-16 23:02:21 +09:00
Song Minjae
fe994621c0 InventoryItem is now abstract class
Former-commit-id: b7d22a2cc169a89cbe82aae8b13277b1be747b94
Former-commit-id: dcbf2bf830046b97673a0d2bab65e53c4451966f
2016-12-16 23:01:17 +09:00
Song Minjae
5dc99f5612 equip item by body parts
Former-commit-id: 34294de21d16c03da98427edae3b3c6ed94088aa
Former-commit-id: b37fe27635b1643e72e8f714bfea6ce214006931
2016-12-16 18:56:13 +09:00
Song Minjae
1d1769a2c3 working proof-of-concept inventory system
Former-commit-id: 1be5d6d10d0a5c93bceaf12f15d2ee50602cb602
Former-commit-id: 44f25a27c3b5d196210f4efcc3fef4dec8e30ff7
2016-12-14 15:41:20 +09:00
Song Minjae
7078ecfed4 Echo().execute(message) is now just Echo(message)
Former-commit-id: 851e141fc91b170190d6027f42f59906dda0f31f
Former-commit-id: 03dbb9da1788e1c50e84ae33d95f76194ad9a08d
2016-12-14 12:40:53 +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
e1642c799c WIP inventory implementation
Former-commit-id: ce7d2125209c2c4f49b7d755b068ce72387f5e8f
Former-commit-id: f413b2699ee7448f3d3b70775ca7b679ade66475
2016-12-12 23:29:13 +09:00
Song Minjae
870c9b36ff youcankillmenow;)
Former-commit-id: 906db790ab715ecdb1b7b9df11c74bc188afceb0
Former-commit-id: c229422f3faeafe31c44870183fa753564b32fa7
2016-12-12 20:35:00 +09:00
Song Minjae
3fa4f61eec more unhelpfulgitcommitmessage
Former-commit-id: b5c55a2c26e8317e123349c33f444f54629afc80
Former-commit-id: ae7442f5384e91cbed11dca29e71dcebd3eecbe8
2016-12-12 20:33:25 +09:00
Song Minjae
5c75d75e7a Slick wireframes when antialised
Former-commit-id: ff43e4904ace96db4915e9684c07f0ef53d91634
Former-commit-id: 2397086bc1157242df81cdc0d3fb3cfaa5a02f79
2016-12-10 01:19:44 +09:00
Song Minjae
a89bcff2bd UML for gameactors update
Former-commit-id: 607bd54b185df58d97ca1201979f0a071dd33463
Former-commit-id: 9d27207dc5fdec388844c2d15e4f4edd6f70628d
2016-11-28 13:07:59 +09:00
Song Minjae
f209452f69 renaming some shits to make them have more sensible name
Former-commit-id: 1c86d460750aa19f65b6e2a0cd7ac1c51ab8ca21
Former-commit-id: 1dd9c33f3eb05b2c48b85ca70ebf3a1b5e57e51a
2016-11-28 00:13:03 +09:00
Minjae Song
900121779b added missing condition for hasController
It also wireframes on Ubuntu with openjdk version 1.8.0_111


Former-commit-id: 594bc71d65b68cd185bf8ac322d9ae66ada47604
Former-commit-id: fce5fefe993c0729b80a5c46c0c37bd3bd5ca8de
2016-11-18 01:07:08 +09:00
Song Minjae
da93bd695c tiny bit of compatibility with Windows 10, (I might broke controllers support; it checks if 0th controller is valid, which in real case, zeroth "controller" may be just keyboards or USB mouse receiver)
Former-commit-id: 5a55035e0181fd78e19eb961fbfbef6c3fcb583c
Former-commit-id: 38e224cebb97386f737c207536289a7a28368e07
2016-11-16 02:24:19 +09:00
Song Minjae
36822f95d7 virtualcomputer: use real BASIC
Former-commit-id: 557df532d4c9693b5b57501c0f67e7d95266f9ba
Former-commit-id: 974ea7882079fb3902f00ab821a7c8c54390d0b4
2016-11-14 12:24:03 +09:00
Song Minjae
0b20869fa4 removing redundant interface "Visible"
Former-commit-id: 3ecfd08eef27d9035bcc98a4f2a6a2f4f89bab01
Former-commit-id: 08dad158f609d0aaf6f999ea17c120a966f1ada5
2016-11-14 12:23:39 +09:00
Song Minjae
4dd74381a8 more lightning; adjustable initial samples
Former-commit-id: d928ce6689411900e256a82e9f4c1371284d10fa
Former-commit-id: 52899acc116ddc400811687ed5944bd229a447b7
2016-11-04 19:12:40 +09:00
Song Minjae
f8e2cb9e5d todo
Former-commit-id: 3b70fef374ad5a39478a7f6b9766568a3590f691
Former-commit-id: ff4bb96d8923f9531cf7ff64cc3400f843ca6392
2016-11-02 23:02:46 +09:00
Song Minjae
88b6456f98 working procedural lightning demo, except for branches
Former-commit-id: cfb11fb0cc3758c996998de40ad81d0e1a21bf81
Former-commit-id: 956263058b8ba2a662c26f46b9dc9f9766d6e7ce
2016-11-02 22:55:59 +09:00
Song Minjae
5a366a84da TileableValueNoise: it's working
Former-commit-id: 00c8c9490726fe8d7073044de7dd47482cc6788b
Former-commit-id: 9eb4521219f1465bdb2fe924282e09f81035dd99
2016-11-02 22:17:12 +09:00
Song Minjae
cddbdeab7d Noise generator test for procedural lighting bolt
Former-commit-id: 20e12a834857c58464ff82025884f2fe54066bc8
Former-commit-id: 851efee817914c6b65d01c084f6f41feb2034a58
2016-11-02 21:08:17 +09:00
Song Minjae
7442472e62 less stupid name
Former-commit-id: 4b62bf4b861dc32935489c2b9d063cb0b3b0917c
Former-commit-id: faf1a304fb8f96eaf35ab80b0fa964c6e28e2b96
2016-11-01 00:18:23 +09:00
Song Minjae
60c81baffd more SANE way of drawing elements (actor zoom broken)
Former-commit-id: edca68d5d25c4e45be209da46449ad9e0b2c35cf
Former-commit-id: 38858d235b553e41bea7d506b402fe0a92a1aab0
2016-10-31 14:10:37 +09:00
Song Minjae
ec40d34859 todo
Former-commit-id: aed8c9441d9b8852aa668d6ba7180eeb0f1097f9
Former-commit-id: 6ab896205ff0b5538b70e0d19638cab2fdae8c89
2016-10-31 13:30:26 +09:00
Song Minjae
5e82f87ee5 lightning bolt WIP, player sprite declaration macro
Former-commit-id: d4999cda37bff2aa27615183aa125bfbc8cfa975
Former-commit-id: 224aee51d4fb7e5fe9d11bf3c0cc758a5604251d
2016-10-31 13:26:26 +09:00
Song Minjae
413603de6f fixed wrong package, fixed wrong creation date
Former-commit-id: 8a2a91a5252347b5184f62ec0f7009292fbb01bb
Former-commit-id: b31eaddf7596c8393c9a032e8897ef3f1a8234fd
2016-10-26 00:37:49 +09:00
Song Minjae
cd4c9d5b34 API: AI control on HumanoidNPC
Former-commit-id: ca8fe2f23f6d1bc36f86445017f9a3fdfe6fa2de
Former-commit-id: a0f3233a44a79b4f5bbc9f0c8f19b71df11bedd6
2016-10-26 00:36:41 +09:00
Song Minjae
c65b17deec AI API
Former-commit-id: 7821931c73c0d90a883b3732eb5a950c2b2a0402
Former-commit-id: b77ed6d9cc3effd183646a7e0c8411b4e125cfd2
2016-10-24 13:36:09 +09:00
Song Minjae
0837d23cb6 NPCIntelligentBase -> HumanoidNPC, modified HumanoidNPC accordingly
Former-commit-id: 0645b78df018cfd4c10e2b2956985412bee536e6
Former-commit-id: 8578954077c68de4d47a19cd72927c79aa8c07d8
2016-10-24 12:23:51 +09:00
Song Minjae
53c82a34d5 controlling part of Player moved to ActorHumanoid to alleviate the potential pain on your arse when implementing any NPCs
Former-commit-id: 33f5dba5becef6d60e1413bb8085eeaa0673a345
Former-commit-id: 8c5a3ad7a9d8565908829798110ade8f294c8d44
2016-10-24 12:18:44 +09:00
Song Minjae
9e8171b5b9 ability to change current player as other NPC (maybe… maybe not…)
Former-commit-id: 54773bfa17456aaf42003c1d514e80dd860f58eb
Former-commit-id: e84f8312c99cff0e0692a492b7b850d09ffe4e44
2016-10-23 17:21:20 +09:00
Song Minjae
2b31bb962a implementation of feature ROUNDWORLD
Former-commit-id: b869816eceefc4d728919cd2028ea98cf4d0f505
Former-commit-id: 8dc1d95e49aef406899c8086f053ebb13d416884
2016-10-23 00:48:05 +09:00
Song Minjae
3160ecea16 new segment font
Former-commit-id: 8b04af556a047db26c58e649ec0f7878a04459a0
Former-commit-id: fb222e31c73ec26b365b338f02c15beb0d0d11f6
2016-10-23 00:47:50 +09:00
Song Minjae
22dea068b0 new 23-seg font, tileprop MATErial definition
Former-commit-id: c261f57694a5cf8725917c2e94c97ea1d727df56
Former-commit-id: f7bbb1fce436770c648f48d7b81e9677007711fb
2016-10-21 22:23:12 +09:00