1
1
forked from 0ad/0ad
Commit Graph

9811 Commits

Author SHA1 Message Date
82378702cf This was SVN commit r11277. 2012-03-08 09:40:23 +00:00
af05b96c0f Animation tweaks on these two units.
This was SVN commit r11276.
2012-03-08 06:26:13 +00:00
c393732939 Adds slightly more helpful error message when failing to validate an entity template.
This was SVN commit r11273.
2012-03-08 05:13:35 +00:00
e6c58b2a3e Adds log rendering to actor viewer.
This was SVN commit r11272.
2012-03-08 01:16:29 +00:00
95dede0b4d Siege ballista attack animation
This was SVN commit r11271.
2012-03-07 23:32:52 +00:00
d3d866ed28 Roman trireme animations
This was SVN commit r11270.
2012-03-07 22:03:45 +00:00
98c8a47192 Fix crash on Clang
This was SVN commit r11269.
2012-03-07 20:40:38 +00:00
e73cae7507 Update to Roman wall tower
This was SVN commit r11268.
2012-03-07 20:17:18 +00:00
vts
3c677ee425 Prevent unnecessary work, especially on maps with many actors
This was SVN commit r11267.
2012-03-07 19:54:54 +00:00
9016b8d866 #Corsica random map script by wraitii.
This was SVN commit r11266.
2012-03-07 19:17:01 +00:00
d115561a26 Fixed a crash when less than 8 players were present in some random maps.
This was SVN commit r11265.
2012-03-07 12:36:22 +00:00
3f6ae7554d This was SVN commit r11264. 2012-03-07 11:25:50 +00:00
38bcefebee Updated wall tower
This was SVN commit r11262.
2012-03-06 22:29:34 +00:00
8eb390287d Updated Isthmus map.
This was SVN commit r11261.
2012-03-06 09:24:39 +00:00
2223e7c857 New "Isthmus" map.
This was SVN commit r11260.
2012-03-06 08:01:42 +00:00
15cb081163 Removes Makefile PCH support for Obj-C/C++ source files. Apple's latest command line tools encountered an error because the source file was compiled with Obj-C++ but the PCH was compiled with C++. If we really needed PCH for Obj-C++ we could simply compile it separately for each language. Refs #1148.
This was SVN commit r11259.
2012-03-06 05:40:11 +00:00
5f8135edb0 Fixes clang warning about precompiled.h in C++ mode. Fixes #1178.
This was SVN commit r11258.
2012-03-06 04:12:21 +00:00
4cdde2b62a Replaces Atlas "Screenshot" option with normal lower-res version (saves result as PNG).
Adds new "Big screenshot" option (saves result as 6400x4800 BMP). Refs
#984.

This was SVN commit r11257.
2012-03-06 00:15:48 +00:00
b3f22597e3 Tweaked Oasis IX
This was SVN commit r11256.
2012-03-06 00:05:12 +00:00
gregory
2552b10b9d Added forgotten peacock actor file.
This was SVN commit r11255.
2012-03-05 22:19:26 +00:00
gregory
e0052aa863 Added the peacock.
This was SVN commit r11254.
2012-03-05 22:14:49 +00:00
0b0f2e9e30 Fixed broken tests by silently failing if Math.js is not found. This is not ideal but seems better than everything else.
This was SVN commit r11253.
2012-03-05 21:20:39 +00:00
e9bbf25997 Remove some redundant code
This was SVN commit r11252.
2012-03-05 18:30:00 +00:00
2afc4d9d8f Fix #1140 (signedness warning on some platforms).
This was SVN commit r11251.
2012-03-05 17:05:02 +00:00
dc715fe57f Remove some unused includes
This was SVN commit r11250.
2012-03-05 16:15:07 +00:00
26efdaf216 Try to improve ambiguous bit descriptions
This was SVN commit r11249.
2012-03-05 16:09:47 +00:00
a08aa2ca0d This was SVN commit r11248. 2012-03-05 12:40:17 +00:00
85847c3da6 Attempting to make the map more challenging.
This was SVN commit r11247.
2012-03-05 06:55:17 +00:00
e02ad39830 Fixed a pop cap bug on Oasis IX
This was SVN commit r11246.
2012-03-05 05:33:48 +00:00
38ec523c01 This was SVN commit r11245. 2012-03-05 04:39:27 +00:00
89e36154bc Made Oasis IX more challenging. Added destruction dust to the Greek theatron.
This was SVN commit r11244.
2012-03-05 04:17:30 +00:00
5ac30ea199 Tweaked destruction dust.
This was SVN commit r11243.
2012-03-05 02:28:15 +00:00
07ab38cdcb Implements COLLADA -1 vertex weight support, using simpler initial solution. Fixes #1012.
This was SVN commit r11242.
2012-03-05 00:42:34 +00:00
f3a52dd440 Fixes incorrect and inconsistent tests for undefined.
Removes unused buggy GUI script.
Corrects some inconsistent formatting.

This was SVN commit r11241.
2012-03-04 22:59:14 +00:00
gregory
24f0e123cb Propped corral and added a variation with the doors closed.
This was SVN commit r11240.
2012-03-04 21:26:08 +00:00
8ca6d1a6fa Roman gate and wall update
This was SVN commit r11239.
2012-03-04 13:30:16 +00:00
986bd39ef4 Minor tweaks and fixes.
This was SVN commit r11238.
2012-03-04 13:18:59 +00:00
ed575eee54 arch portrait
This was SVN commit r11237.
2012-03-04 07:47:59 +00:00
92b50ed078 Tweaked Oasis X.
This was SVN commit r11236.
2012-03-04 06:59:03 +00:00
8c68625ca2 New faction emblem for the Romans. Celt cav skirms now gather meats correctly.
This was SVN commit r11235.
2012-03-04 06:47:35 +00:00
d60df4b127 Adds saved game deletion. Refs #1090
Documents a few things related to saved games.

This was SVN commit r11233.
2012-03-04 05:27:17 +00:00
vts
4cb7972ec2 Renamed some Atlas classes and g_GameLoop to better reflect their Atlas-related nature and to lower potential confusion with similar main-game-related functionality. Refs #678.
This was SVN commit r11232.
2012-03-03 23:48:04 +00:00
291a9e797b Added atan and atan2. Refs #1193
This was SVN commit r11231.
2012-03-03 23:37:47 +00:00
vts
649cb7ee7b Added PickFriendlyEntitiesOnScreen function to the JS side for #1187.
This was SVN commit r11230.
2012-03-03 21:42:23 +00:00
06672f0001 This was SVN commit r11229. 2012-03-03 20:47:49 +00:00
d755402aec Destruction dust for these buildings.
This was SVN commit r11228.
2012-03-03 06:04:24 +00:00
cc955af3b1 Added javascript file for previous commit.
This was SVN commit r11227.
2012-03-03 00:07:11 +00:00
e2e5c81272 Added safe (identical across platforms) replacement sin and cos functions for scripts. This is part of #1193.
This was SVN commit r11226.
2012-03-03 00:06:16 +00:00
1657c34979 More formation buttons and changes.
This was SVN commit r11225.
2012-03-02 20:00:17 +00:00
3ac3d60d6c Moved formation buttons to a new folder
This was SVN commit r11224.
2012-03-02 19:40:50 +00:00