Commit Graph

436 Commits

Author SHA1 Message Date
ultra
dde0212dc4 renamed sounds to match filenames in source (lowercase .wav), fixed up scenario and character editors 2017-01-26 17:17:33 -05:00
ultra
057aade18b Get it building and launching something 2017-01-26 17:17:25 -05:00
ultra
ffa2d0e950 Hacked scons scripts and got it building on Ubuntu with clang.
Minor changes to support building on recent clang
Addition of some headers for non-compiling files
2017-01-26 17:16:38 -05:00
0980004b8b scons: Make scenario packer re-entrant and skip hidden files
This is the second attempt to fix Travis build failure
2017-01-26 14:53:50 -05:00
eedd4cd5bc Travis: Attempt to fix build failure 2017-01-26 12:30:16 -05:00
3522d11217 Fix incorrect message about scenarios location 2017-01-26 12:25:40 -05:00
401f2c2ee8 Scenarios: Replace obsolete terrains on all maps
This covers the old road terrains and the old special spot terrains (both roads and special spots are now a field)
2017-01-23 01:04:12 -05:00
87b22602a1 Scenarios: Strip trailing null placed monsters 2017-01-23 00:34:31 -05:00
af45202d9b Scenarios: Strip trailing null placed items 2017-01-23 00:34:31 -05:00
89ec534759 Scenarios: Strip unused special items 2017-01-23 00:34:28 -05:00
cb013656e6 Scenarios: Strip unused strings 2017-01-23 00:34:19 -05:00
cf462633c0 Scenarios: Strip excess trailing special nodes 2017-01-22 23:20:39 -05:00
c7659d23a2 Scenarios: Strip out residual boats, horses, and preset fields 2017-01-22 23:03:25 -05:00
fdf06609fb Scenarios: Strip unused items and monsters 2017-01-22 22:29:02 -05:00
71d8221c7a Scenarios: Strip excess whitespace 2017-01-22 22:24:58 -05:00
8e43ce4347 Add preview button to item/monster edit dialogs
This shows the monster or item info dialog as it would appear in-game
2017-01-22 11:02:26 -05:00
40110dc367 scons: Update to build the scenarios in the new format 2017-01-21 20:31:08 -05:00
d975e83ecd Remove obsolete sample of new scenario format 2017-01-21 20:03:01 -05:00
c4ddb82c6a Rename some rsrc/ subfolders 2017-01-21 20:02:36 -05:00
aa3ae53bf3 Blades Base: Some more small item description tweaks 2017-01-21 19:26:54 -05:00
efe2f4cb6e Blades Base: A few tweaks to the new item descriptions, and fix a spelling error 2017-01-21 18:30:47 -05:00
c2ef659a4b Blades Base: Add a number of new items by ADoS which show off some of the new abilities 2017-01-21 18:30:17 -05:00
1c8185b355 Blades Base: The Horn of Warriors is now additionally equippable as an unusual melee weapon
Idea for this goes to ADoS.
2017-01-21 18:19:03 -05:00
cd427cbaba Replace redundant Brew of Lethe with new Pile of Money by ADoS 2017-01-21 18:14:59 -05:00
f1e36e9848 Blades Base: Some item fixes by ADoS 2017-01-21 18:13:44 -05:00
bc93c35e1c Blades Base: Some item name tweaks by ADoS 2017-01-21 18:13:24 -05:00
39912a2460 Missed one 2017-01-21 18:08:29 -05:00
940d0accb9 Blades Base: Remove blank item/monster entries 2017-01-21 18:08:01 -05:00
6174b7a5c8 Blades Base: Use more of the default weapon graphics 2017-01-21 18:03:17 -05:00
3f4105310c Blades Base: Fix missing S in "Throwing Knives" 2017-01-21 17:58:41 -05:00
d7f29e4c20 Blades Base: Some tweaks to item descriptions, and add a few missing ones 2017-01-21 17:58:05 -05:00
a9a41acee1 Blades Base: Add descriptions for all items, by ADoS 2017-01-21 17:01:15 -05:00
1ef75aa42b Blades Base: Make bears hostile by default 2017-01-21 16:21:19 -05:00
d8c3d857fc Blades Base: Use leaves instead of mushrooms as the Holly icon 2017-01-21 16:21:00 -05:00
4a9d8af7ff Blades Base: Use the new hammer icon 2017-01-21 16:19:15 -05:00
324922b15d Scenarios: Correct a few item errors inherited from the Blades of Exile Base 2017-01-21 16:17:39 -05:00
57aa6645fd Scenarios: Correct several monster errors inherited from the Blades of Exile Base 2017-01-21 16:17:10 -05:00
2e9ffbdf71 Convert all scenarios to new scenario format
The old-format versions have been filed under legacy, in case they are needed in the future (eg for comparison)
2017-01-21 15:31:26 -05:00
ec9058ddbb Fixup special spot in Warrior's Grove 2017-01-21 15:18:02 -05:00
44fb222afb Bladbase: minor cleanup
This is little formatting things which would probably end up as spurious changes later anyway
2017-01-21 15:14:53 -05:00
5c16195303 Apply bladbase corrections to new bladbase
(And remove the old-format corrected version.)
2017-01-20 21:50:36 -05:00
1a64245400 Convert bladbase to the new scenario format 2017-01-20 21:47:46 -05:00
c9b7346ca3 Tweak an editor button to reduce confusion
(New button by ADoS)
2017-01-20 21:36:18 -05:00
3fc4d259c4 Fix incorrect menu mapping on Windows 2017-01-20 21:31:18 -05:00
e80086923d Fixup cursor hotspots 2017-01-15 15:04:21 -05:00
916b9992ac Shrink down the cursors a little (thanks to ADoS) 2017-01-13 23:00:50 -05:00
9aed4b418f Several small bugfixes
- Wrong image in generic lever dialog
- Crash in adventure notes dialog
- Incorrect spell costs shown on second page of spellcasting dialog
- Enable messages in "if context" node, but only for legacy scenarios
- Fix recorded dialogue not working
- Fix special items leaking between scenarios
- Fix training dialog
- Fix scenario editor sometimes crashing on scenarios that it wrote itself
2016-09-26 20:23:09 -04:00
4e9117035d Small improvements to scenario validation script
- Now works for paths containing spaces
- No longer deletes the scenario/ folder if the scenario was already called that
2016-09-17 19:23:16 -04:00
59b68dc78d Remove a mostly-redundant static array 2016-09-15 22:28:44 -04:00
7008bf9149 Some updates to game tips 2016-09-13 22:13:40 -04:00