1
0
forked from 0ad/0ad
Commit Graph

1326 Commits

Author SHA1 Message Date
e04df2616b remove redundant size_t >= 0 check to satisfy ICC
This was SVN commit r1351.
2004-11-18 20:52:27 +00:00
b4fef6c1f2 fix incorrect 64-bit serialization
(was shifting u32 32 bits left, which is 0)

This was SVN commit r1350.
2004-11-18 20:51:49 +00:00
59629dfe9d More GUI.
This was SVN commit r1349.
2004-11-18 15:43:34 +00:00
1448568308 More GUI updates.
This was SVN commit r1348.
2004-11-18 05:27:12 +00:00
ee6ae42c5f Commit to remove duplicate 0ad icon.
This was SVN commit r1347.
2004-11-18 02:36:20 +00:00
Fire Giant
f39d503395 Small updates, disabled music-command on exit button, since that didn't seem to work for me (button ceased to work).
This was SVN commit r1346.
2004-11-18 01:47:10 +00:00
Fire Giant
2d1079daa8 New fonts for message box (larger/better readability) plus icon implementation.
This was SVN commit r1345.
2004-11-17 23:46:29 +00:00
MarkT
884428f8a7 Testing an update to this file.
This was SVN commit r1344.
2004-11-17 23:38:46 +00:00
1290f3c758 Implemented basic combat economy (kill opponents to plunder a pitiful quantity of resources, which you can't actually use anywhere).
This was SVN commit r1343.
2004-11-17 23:15:08 +00:00
f5723ecefe Update for entity promotions.
This was SVN commit r1342.
2004-11-17 06:25:30 +00:00
5eb9480bf1 Some extra entity rank and looting attributes.
This was SVN commit r1341.
2004-11-16 21:15:34 +00:00
419a1e0a7d Various GUI updates.
This was SVN commit r1340.
2004-11-16 21:14:26 +00:00
16287e8195 commented out EntityResolver LOG statement (less spew)
This was SVN commit r1339.
2004-11-16 18:22:54 +00:00
Fire Giant
e31bdeaabe New fonts for message box (larger/better readability).
This was SVN commit r1338.
2004-11-16 02:34:20 +00:00
Fire Giant
0b53acf968 Inserted 0ad icon for messages / ingame text.
This was SVN commit r1337.
2004-11-16 02:29:24 +00:00
Fire Giant
93706e81c3 Improved message box (3 buttons/icon support).
This was SVN commit r1336.
2004-11-16 02:28:19 +00:00
b5655265da GUI update (first music implementation, a little Status Orb improvement).
This was SVN commit r1335.
2004-11-16 00:44:10 +00:00
884dbf281c Rank attribute.
This was SVN commit r1334.
2004-11-16 00:43:19 +00:00
bbd91a3063 Hotkey for music playback.
This was SVN commit r1333.
2004-11-16 00:42:47 +00:00
MarkT
d30e10042f Minor changes to sound-script interface.
This was SVN commit r1332.
2004-11-15 22:30:01 +00:00
34f8cbc7c2 New hotkey for end-game-session.
This was SVN commit r1331.
2004-11-15 21:17:26 +00:00
b727fbfa15 Resource Pool update.
This was SVN commit r1330.
2004-11-15 21:07:02 +00:00
e1bb0a3d2e get ride of separate snd_open_def (simplifies JS interface)
filename is assumed to be a definition file if extension == .txt

This was SVN commit r1329.
2004-11-15 18:34:13 +00:00
c3a331b73f add JS sound binding
This was SVN commit r1328.
2004-11-15 18:23:39 +00:00
751cf46d2e Updated GUI to revise Group Pane and do some other cleanup stuff.
This was SVN commit r1327.
2004-11-15 17:34:51 +00:00
ae6baf5134 Changed all the spaces back into tabs
This was SVN commit r1326.
2004-11-15 13:38:07 +00:00
Fire Giant
8d7c180457 Fixed a missing comma on line 76, which made the batch-file not work any more.
This was SVN commit r1325.
2004-11-15 10:05:12 +00:00
2f27947101 Minor oops
This was SVN commit r1324.
2004-11-15 04:58:33 +00:00
dc8e6c96cb Minor function name change omited in last update.
This was SVN commit r1323.
2004-11-15 03:12:51 +00:00
Fire Giant
de986348fb JS file for message box.
This was SVN commit r1322.
2004-11-15 03:07:20 +00:00
Fire Giant
28597647e1 Added the message box.
This was SVN commit r1321.
2004-11-15 02:24:03 +00:00
Fire Giant
7b9bb90995 Added Message Box support.
This was SVN commit r1320.
2004-11-15 02:21:54 +00:00
Fire Giant
2e1358e5dd Added sprites for Message Box.
This was SVN commit r1319.
2004-11-15 02:19:36 +00:00
2c3ce94950 GUI updated with revised twin-coordinate system (still have to make most of the objects use it, though).
This was SVN commit r1318.
2004-11-15 00:13:21 +00:00
Fire Giant
cae40c819c Removed 1_global.xml since it's not needed any more (replaced by 1_init.xml and 6_global.xml).
This was SVN commit r1317.
2004-11-14 21:39:44 +00:00
Fire Giant
d7da07e5c2 Due to the recent GUI load sequence changes, the JS init code goes into this file (previously named 1_global.xml).
This was SVN commit r1316.
2004-11-14 21:31:50 +00:00
Fire Giant
eb1424cb8f Fixed a stupid typo (missing semicolon).
This was SVN commit r1315.
2004-11-14 21:16:39 +00:00
Fire Giant
a9fe8c0c61 Changed GUI load sequence in order to fix a problem which came up through the global objects being loaded before the main menu background object. The globals are now in 6_global.xml (should always be at the end of the load order) and the JS initialization now is in 1_init.xml.
This was SVN commit r1314.
2004-11-14 21:14:00 +00:00
fb09faf5be Parser bug-fix
This was SVN commit r1313.
2004-11-14 18:56:13 +00:00
2bac35868b Highly advanced unit-testing framework
This was SVN commit r1312.
2004-11-14 18:53:26 +00:00
4af3eca831 Prefer compile-time errors to run-time errors
This was SVN commit r1311.
2004-11-14 18:52:22 +00:00
819fad8520 Various GUI updates and fixes, in particular beginning of an overhaul of the Status Orb.
This was SVN commit r1310.
2004-11-13 04:46:05 +00:00
29966d60cd Extra fonts (will probably replaced with something more eye-catching later, but needed something that was readable at small sizes).
This was SVN commit r1309.
2004-11-13 04:45:15 +00:00
c83502927e Slight modifications for compatibility.
This was SVN commit r1308.
2004-11-13 04:43:54 +00:00
64646cfbbf Some more verbose error reporting
This was SVN commit r1307.
2004-11-12 22:11:04 +00:00
c6e1e72698 F1 hotkey for manual.
This was SVN commit r1306.
2004-11-11 23:55:55 +00:00
c1329429e1 GUI updates to finish off Mark's big combat demo.
This was SVN commit r1305.
2004-11-11 23:54:41 +00:00
aca93d38db Entity updates to finish off Mark's big combat demo.
This was SVN commit r1304.
2004-11-11 23:53:10 +00:00
9a69d76feb Minor update to add link to 5_atlas.xml, so that GUI development of the Atlas Editor is supported.
This was SVN commit r1303.
2004-11-11 23:51:52 +00:00
MarkT
f1a8ea118e Added some combatant entities.
This was SVN commit r1302.
2004-11-11 07:11:00 +00:00