Commit Graph

  • 2089ce4ee2 Inventory now stores objects instead of item IDs Song Minjae 2016-12-16 23:02:21 +09:00
  • 4552d7b7db Inventory now stores objects instead of item IDs Song Minjae 2016-12-16 23:02:21 +09:00
  • b41ce50a0f InventoryItem is now abstract class Song Minjae 2016-12-16 23:01:17 +09:00
  • fe994621c0 InventoryItem is now abstract class Song Minjae 2016-12-16 23:01:17 +09:00
  • 51cf86f2e7 equip item by body parts Song Minjae 2016-12-16 18:56:13 +09:00
  • 5dc99f5612 equip item by body parts Song Minjae 2016-12-16 18:56:13 +09:00
  • a3a3ab98ed working proof-of-concept inventory system Song Minjae 2016-12-14 15:41:20 +09:00
  • 1d1769a2c3 working proof-of-concept inventory system Song Minjae 2016-12-14 15:41:20 +09:00
  • 947ae0a14e Echo().execute(message) is now just Echo(message) Song Minjae 2016-12-14 12:40:53 +09:00
  • 7078ecfed4 Echo().execute(message) is now just Echo(message) Song Minjae 2016-12-14 12:40:53 +09:00
  • 4bafccdaa0 still WIP inventory impl, held item impl Song Minjae 2016-12-14 00:28:42 +09:00
  • 1dd156d172 still WIP inventory impl, held item impl Song Minjae 2016-12-14 00:28:42 +09:00
  • 6571bf5038 Object-ified console commands (singleton!) Song Minjae 2016-12-14 00:28:09 +09:00
  • 22bb5d83e1 Object-ified console commands (singleton!) Song Minjae 2016-12-14 00:28:09 +09:00
  • 58ca0d006a WIP inventory implementation Song Minjae 2016-12-12 23:29:13 +09:00
  • e1642c799c WIP inventory implementation Song Minjae 2016-12-12 23:29:13 +09:00
  • 01f3d10379 youcankillmenow;) Song Minjae 2016-12-12 20:35:00 +09:00
  • 870c9b36ff youcankillmenow;) Song Minjae 2016-12-12 20:35:00 +09:00
  • 3fa4f61eec more unhelpfulgitcommitmessage Song Minjae 2016-12-12 20:33:25 +09:00
  • 5c75d75e7a Slick wireframes when antialised Song Minjae 2016-12-10 01:19:44 +09:00
  • a89bcff2bd UML for gameactors update Song Minjae 2016-11-28 13:07:59 +09:00
  • c64c511bd3 le me trying StarUML Song Minjae 2016-11-28 00:13:49 +09:00
  • f758ec1ae3 gitignored workspace.xml Song Minjae 2016-11-28 00:13:19 +09:00
  • f209452f69 renaming some shits to make them have more sensible name Song Minjae 2016-11-28 00:13:03 +09:00
  • 900121779b added missing condition for hasController Minjae Song 2016-11-18 01:05:11 +09:00
  • 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) Song Minjae 2016-11-16 02:24:19 +09:00
  • 0d2c5f6815 terrain for weather mixing Song Minjae 2016-11-14 13:01:54 +09:00
  • 0bd70bb78b fixed colour inconsistency Song Minjae 2016-11-14 12:39:43 +09:00
  • 36822f95d7 virtualcomputer: use real BASIC Song Minjae 2016-11-14 12:24:03 +09:00
  • 0b20869fa4 removing redundant interface "Visible" Song Minjae 2016-11-14 12:23:39 +09:00
  • 4dd74381a8 more lightning; adjustable initial samples Song Minjae 2016-11-04 19:12:40 +09:00
  • f8e2cb9e5d todo Song Minjae 2016-11-02 23:02:46 +09:00
  • 88b6456f98 working procedural lightning demo, except for branches Song Minjae 2016-11-02 22:55:59 +09:00
  • 5a366a84da TileableValueNoise: it's working Song Minjae 2016-11-02 22:17:12 +09:00
  • cddbdeab7d Noise generator test for procedural lighting bolt Song Minjae 2016-11-02 21:08:17 +09:00
  • 7442472e62 less stupid name Song Minjae 2016-11-01 00:18:23 +09:00
  • 60c81baffd more SANE way of drawing elements (actor zoom broken) Song Minjae 2016-10-31 14:10:37 +09:00
  • ec40d34859 todo Song Minjae 2016-10-31 13:30:26 +09:00
  • 5e82f87ee5 lightning bolt WIP, player sprite declaration macro Song Minjae 2016-10-31 13:26:26 +09:00
  • e4886acc92 dress폴더생성&handidas초판 GAME\Geun 2016-10-27 21:18:50 +09:00
  • 16f96d05b1 asdf GAME\Geun 2016-10-27 15:07:38 +09:00
  • 70fe8c67fc 머리추가염 GAME\Geun 2016-10-27 15:04:15 +09:00
  • 413603de6f fixed wrong package, fixed wrong creation date Song Minjae 2016-10-26 00:37:49 +09:00
  • cd4c9d5b34 API: AI control on HumanoidNPC Song Minjae 2016-10-26 00:36:41 +09:00
  • 1840262cc2 faction doc: made "factionneutral" more clear Song Minjae 2016-10-24 14:12:46 +09:00
  • c65b17deec AI API Song Minjae 2016-10-24 13:36:09 +09:00
  • 0837d23cb6 NPCIntelligentBase -> HumanoidNPC, modified HumanoidNPC accordingly Song Minjae 2016-10-24 12:23:51 +09:00
  • 53c82a34d5 controlling part of Player moved to ActorHumanoid to alleviate the potential pain on your arse when implementing any NPCs Song Minjae 2016-10-24 12:18:44 +09:00
  • 9e8171b5b9 ability to change current player as other NPC (maybe… maybe not…) Song Minjae 2016-10-23 17:21:20 +09:00
  • 2b31bb962a implementation of feature ROUNDWORLD Song Minjae 2016-10-23 00:48:05 +09:00
  • 3160ecea16 new segment font Song Minjae 2016-10-23 00:47:50 +09:00
  • 8d33f1c7b1 oops, these are deprecated while ago, deleting… Song Minjae 2016-10-21 22:34:08 +09:00
  • 22dea068b0 new 23-seg font, tileprop MATErial definition Song Minjae 2016-10-21 22:23:12 +09:00
  • 9007fa78a1 new message window UI Song Minjae 2016-10-15 12:20:07 +09:00
  • 41b4a929d8 player now created with proper born date Song Minjae 2016-10-15 12:19:50 +09:00
  • c1d72c29af new actor type "HistoricalFigure" that has date of birth and death Song Minjae 2016-10-10 18:25:29 +09:00
  • b0736aa722 slick's graphic context: antialiasing Song Minjae 2016-10-07 01:45:25 +09:00
  • 8b4baa77a4 dummix: fuck this shit Song Minjae 2016-10-05 22:32:37 +09:00
  • 8a71a4c852 improved terminal drawing performance, and I BROKE COLOUR FILTER Song Minjae 2016-10-05 16:35:01 +09:00
  • a757b12cab dummix dumbshell: fixed erratic 'cd' behaviours Song Minjae 2016-10-04 22:43:58 +09:00
  • 862034b6c1 Schrödinger's file: it's superposition between existent and nonexistent, file and directory. Tried java.nio.file but it seems it's just Java that is broken like vittupää Song Minjae 2016-10-04 02:05:52 +09:00
  • e5bc967ade dummix update Song Minjae 2016-10-04 02:03:30 +09:00
  • 0abe3bf052 dummix update Song Minjae 2016-10-04 01:38:08 +09:00
  • a4a9c037a6 fixed wrong scroll up behaviour Song Minjae 2016-10-04 01:36:45 +09:00
  • cd2bcaf5cc fontfix on glyph '0' Song Minjae 2016-10-04 01:34:59 +09:00
  • 1b877c6a52 new MANPAGE; added old skintone researches, APIDOC update Song Minjae 2016-10-03 14:21:05 +09:00
  • 81958709ee virtualcomputer: unix-like operation system [WIP] Song Minjae 2016-10-02 01:18:58 +09:00
  • 3f34286b3f minor fixes for startup beep, monochrome monitor; new mono monitor colour (amethyst) Song Minjae 2016-09-30 21:04:11 +09:00
  • 0859544bd6 fixed crude implementation of speaker.retune Song Minjae 2016-09-30 21:01:25 +09:00
  • a25983f513 add tiki_smoke GAME\Geun 2016-09-30 14:19:05 +09:00
  • 20d5636b4b BEEPs are now played limitness, without killing AL Song Minjae 2016-09-30 01:06:03 +09:00
  • 1b4aca320f http, pcspeaker driver Song Minjae 2016-09-29 23:04:04 +09:00
  • 793bca4b55 font update again Song Minjae 2016-09-29 23:03:04 +09:00
  • ae114c53e0 OS library implementation Song Minjae 2016-09-29 00:21:42 +09:00
  • db8e46e5c2 Proper LuaJ library, moved javadoc to proper directories Song Minjae 2016-09-28 22:28:51 +09:00
  • 995f8243d1 font update (fixed '%') Song Minjae 2016-09-28 22:26:30 +09:00
  • 687205f0be font update Song Minjae 2016-09-28 14:12:43 +09:00
  • 4b1ff36344 CCAPI update as "bit" is now an alias of "bit32" Song Minjae 2016-09-28 00:44:43 +09:00
  • 7fec3fc066 beeps are now processed sorely on the computer, added speaker driver (wip) Song Minjae 2016-09-28 00:44:02 +09:00
  • befaa460d6 better quality tone generation (now samples@44100) Song Minjae 2016-09-27 02:32:29 +09:00
  • 8c014cf4c8 beeper update: proper equation. Need more work for low freqs Song Minjae 2016-09-27 00:51:14 +09:00
  • bd4c95b321 Working beeper (it can send morse) Song Minjae 2016-09-26 23:28:15 +09:00
  • 49fc723e66 antialiased squarewave generator Song Minjae 2016-09-26 14:50:15 +09:00
  • 51cc29b4e4 Merge branch 'master' of https://bitbucket.org/minjae_song/terrarum_renewed Song Minjae 2016-09-26 12:34:49 +09:00
  • 75d73f7d18 Lua Computer: collection of minor updates, none notable (read romapidoc) Song Minjae 2016-09-26 12:15:45 +09:00
  • d44c11f0f0 Lua Computer: collection of minor updates, none notable (read romapidoc) Song Minjae 2016-09-26 12:15:45 +09:00
  • 29db14d184 blink -> setCursorBlink Song Minjae 2016-09-22 23:23:04 +09:00
  • 85156ecdcf what the fuck I did to the Javadoc? Song Minjae 2016-09-22 23:07:50 +09:00
  • 433f27bef2 proper error handling in ROMBASIC Song Minjae 2016-09-22 18:16:38 +09:00
  • 6caae90d7e ROM API documentation Song Minjae 2016-09-21 22:14:41 +09:00
  • cbff53ad23 Working line-of-text and single key input Song Minjae 2016-09-21 22:13:48 +09:00
  • 0dabe3971c Fix on fonts, fixed special char printing (>=0x80) on Term, essentially changing encoding from UTF-8 to ISO-8859-1 Song Minjae 2016-09-19 00:31:36 +09:00
  • 90ecda108d TIL lua's loadstring is now simply 'load' Song Minjae 2016-09-18 20:31:59 +09:00
  • e2b0ebbb87 hotfix: ComputerCraft term.blit Song Minjae 2016-09-18 20:18:24 +09:00
  • 63c366cb91 Lua-Filesystem: execute Lua script, working (Textfile).readAll Song Minjae 2016-09-18 19:46:14 +09:00
  • df8471c352 working filesystem (tested: mkdir, open, file:writeLine/close, cp, mv, rm) Song Minjae 2016-09-17 23:38:16 +09:00
  • a0afc8ab7a more work on the Terminal, ComputerCraft compatibility layer (wip), quarried stone texture Song Minjae 2016-09-16 20:49:46 +09:00
  • abf167d6b8 computer with term lib: somewhat works; new cobblestone texture Song Minjae 2016-09-14 20:28:43 +09:00
  • d8b70887a9 new item type, "Dynamic Item"; working text terminal Song Minjae 2016-09-10 16:45:04 +09:00
  • 9b9b65efba removed unnecessary class Light10B, minor fixes for LightmapRenderer Song Minjae 2016-09-07 22:58:42 +09:00