Commit Graph

2038 Commits

Author SHA1 Message Date
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
649e08f8c7 Fix MSVC build 2017-01-26 12:35:38 -05:00
eedd4cd5bc Travis: Attempt to fix build failure 2017-01-26 12:30:16 -05:00
6cec36b0dc Travis: Enable IRC notifications
(And disable email notifications)
2017-01-26 12:26:10 -05:00
3522d11217 Fix incorrect message about scenarios location 2017-01-26 12:25:40 -05:00
93c0679217 Make monsters avoid special spots again 2017-01-23 15:17:54 -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
f6d4161fa1 Fix deleted preset fields being saved in scenarios 2017-01-22 23:03:03 -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
d218e43960 Make preset scenario picker expect new-format scenarios 2017-01-22 21:33:47 -05:00
15637c763b Fix showing a fixed graphic for invisible monsters in Scry Monster
Also fix dialogs never showing a frame around blank graphics
2017-01-22 11:10:40 -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
447e6b543e Windows: Update CopyFiles script to pack the preset scenarios 2017-01-21 16:38:37 -05:00
a1c588f2f0 Update XCode project to pack the preset scenarios 2017-01-21 16:36:23 -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
e30c509ff1 Fix issue with loading 0-dice monster attacks 2017-01-21 16:18:49 -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
91dc2efb67 Update XCode project to pack new bladbase 2017-01-21 14:50:37 -05:00
67bf250198 Windows: Fix copy files logic error 2017-01-21 14:23:49 -05:00
380b64aa7a Fix some issues when loading new-format scenarios
- Carriage returns misinterpreted as map features
- Error code returned by CopyFiles
- Confusing error message when a file is missing in the archive
2017-01-20 23:11:40 -05:00