Martin Haye
|
45ab9bafe2
|
Implementing new game / load game screen.
|
2016-06-24 05:58:30 -07:00 |
|
Martin Haye
|
17793d011f
|
Preserve previous saved game if 2mg is present.
|
2016-06-21 08:17:18 -07:00 |
|
Martin Haye
|
87ab8b6031
|
Allow control chars in command table; basic framework for game load/save established.
|
2016-06-19 08:38:40 -07:00 |
|
Martin Haye
|
dcea57cc7c
|
It was silly to have strcmpi when all we needed was streqi.
|
2016-06-19 08:15:51 -07:00 |
|
Martin Haye
|
caa05f16f6
|
Refactored to save space in the main gameloop module.
|
2016-06-19 08:04:43 -07:00 |
|
Martin Haye
|
6c33299a77
|
Split game assets into two partitions, to pave the way for multi-floppy distribution.
|
2016-06-18 16:31:21 -07:00 |
|
Martin Haye
|
d5f1663267
|
Added ammo generation.
|
2016-06-17 07:26:53 -07:00 |
|
Martin Haye
|
fd989c0d32
|
Got rid of old hard-coded globalScripts.pla
|
2016-06-16 17:48:58 -07:00 |
|
Martin Haye
|
7e758be30e
|
Added player generation.
|
2016-06-16 17:42:18 -07:00 |
|
Martin Haye
|
4e57da0d53
|
Now translating armor spreadsheet to code.
|
2016-06-16 07:27:13 -07:00 |
|
Martin Haye
|
646d48d206
|
Now packing weapons spreadsheet.
|
2016-06-13 08:15:14 -07:00 |
|
Martin Haye
|
4366daef8f
|
Wasn't recording goldLoot for in enemies before.
|
2016-06-12 13:38:14 -07:00 |
|
Martin Haye
|
944935c4a2
|
Lots of refactoring of armor, weapons, character stats, etc.
|
2016-06-12 13:12:14 -07:00 |
|
Martin Haye
|
de33ab3b21
|
Generating stubs for all item types (weapons, armor, ammo, and items).
|
2016-06-11 10:58:33 -07:00 |
|
Martin Haye
|
92e5016cb9
|
Now parsing enemies from within the <sheets> element of world.xml
|
2016-06-08 09:56:10 -07:00 |
|
Martin Haye
|
170c98508f
|
Moved player info display to separate module, party.pla. Added a few descriptive comments to help Dave get started.
|
2016-06-01 09:03:14 -07:00 |
|
Martin Haye
|
f82b080ae7
|
Fixed byte coercion problems uncovered by new Groovy version.
|
2016-05-31 08:28:02 -07:00 |
|
Martin Haye
|
8fa40a7040
|
Fix PackPartitions build to always use local groovy jar.
|
2016-05-31 08:03:26 -07:00 |
|
Martin Haye
|
3df106d6eb
|
Unified build system, with new readme.
|
2016-05-31 07:45:49 -07:00 |
|
Martin Haye
|
6316395d16
|
Took out high-bit hacking, as Seth now has full control over these in Outlaw.
|
2016-05-31 07:17:38 -07:00 |
|
Martin Haye
|
0ea7e8194c
|
Adding groovy jar to repo to ease build nightmares.
|
2016-05-31 07:03:54 -07:00 |
|
Martin Haye
|
686bc8b614
|
Check in PLVM02.SYSTEM.sys, so that one can build PackPartitions without needing ACME.
|
2016-05-30 08:28:10 -07:00 |
|
Martin Haye
|
672c00fdbd
|
Changes to build cleanly in a fresh Debian box.
|
2016-05-30 08:27:06 -07:00 |
|
Martin Haye
|
cd4bd80639
|
Break up long strings automatically.
|
2016-05-19 09:31:05 +02:00 |
|
Martin Haye
|
6ed1518520
|
String management: break up long strings into plasma-size chunks; clear string pool after each.
|
2016-05-10 07:13:22 +02:00 |
|
Martin Haye
|
1bd54841e6
|
Now writes warnings to a file so Seth can see them easily.
|
2016-04-28 09:26:11 -07:00 |
|
Martin Haye
|
d0100f94e6
|
Barf when strings get too long.
|
2016-04-28 07:30:59 -07:00 |
|
Martin Haye
|
9cdc68b0ee
|
Improved messaging for errors.
|
2016-04-26 06:39:44 -07:00 |
|
Martin Haye
|
1a36b10698
|
Handle de-quoting the enemies.tsv file.
|
2016-04-07 10:11:35 -07:00 |
|
Martin Haye
|
ccc43368d4
|
Encounter zones working now.
|
2016-03-31 10:01:04 -07:00 |
|
Martin Haye
|
d17ef502e3
|
Good progress on implementing encounter zones.
|
2016-03-29 15:17:42 -07:00 |
|
Martin Haye
|
510385ccd3
|
Better error reporting.
|
2016-03-27 08:18:32 -07:00 |
|
Martin Haye
|
3a1ad7a0c0
|
Streamlined packing procedure for Windows use.
|
2016-03-25 09:39:15 -07:00 |
|
Martin Haye
|
44ef8798e7
|
Now packing global scripts from the Outlaw file. In particular, now requires a 'New game' script to be present, that it used to set map coordinates now (and much more later).
|
2016-03-24 09:45:07 -07:00 |
|
Martin Haye
|
99f5879993
|
String response gathering and checking now working.
|
2016-03-22 08:22:26 -07:00 |
|
Martin Haye
|
4bf6d8204a
|
Look for enemies.tsv and font.bin in current directory if not found in the standard place. This will allow Seth to be fully independent of us developers and our exacting directory structure.
|
2016-02-27 11:02:58 -08:00 |
|
Martin Haye
|
c845bf6587
|
A few changes to support unibuild on Windows.
|
2016-02-16 09:33:16 -08:00 |
|
Martin Haye
|
7d6393d9c8
|
PackPartitions now grabs code files as resources from the Jar file if they're not present locally.
|
2016-02-15 16:25:24 -08:00 |
|
Martin Haye
|
e05a9691f9
|
Further work on just-in-time copy to build dir.
|
2016-02-15 14:43:25 -08:00 |
|
Martin Haye
|
ed21cb6d23
|
Now doing a better job of packing if/else statements and variables.
|
2016-02-15 13:58:30 -08:00 |
|
Martin Haye
|
5aeabcde51
|
Use user-defined script names in generated PLASMA code.
|
2016-02-10 04:58:14 -08:00 |
|
Martin Haye
|
291d529d5a
|
Added incremental build of map scripts.
|
2016-02-09 08:39:52 -08:00 |
|
Martin Haye
|
e12555531a
|
Pure-PLASMA scripts from Outlaw now working.
|
2016-02-09 08:23:25 -08:00 |
|
Martin Haye
|
042450d4ce
|
Map scripts now being built as PLASMA source which is then compiled, instead of direct-to-bytecode. This will be much easier to maintain once it's fully working.
|
2016-02-03 08:50:22 -08:00 |
|
Martin Haye
|
c0e98cd6c4
|
Merge branch 'master' of https://github.com/badvision/lawless-legends
|
2016-02-01 08:07:19 -08:00 |
|
Martin Haye
|
8439e6840d
|
PackPartitions now builds a 'fat' jar file containing all classes and dependent libraries.
|
2016-02-01 08:07:12 -08:00 |
|
dschmenk
|
d975768c62
|
Merge branch 'master' of http://github.com/badvision/lawless-legends
|
2016-01-29 13:46:03 -08:00 |
|
dschmenk
|
4efbe1bc23
|
Fix IDXW bug
|
2016-01-29 13:45:08 -08:00 |
|
Martin Haye
|
10db0b073a
|
Added hex character constants within strings.
|
2016-01-29 08:27:00 -08:00 |
|
Martin Haye
|
4f6ca7ed34
|
Added cache to speed up packing.
|
2016-01-24 17:00:40 -08:00 |
|