1
0
forked from 0ad/0ad
Commit Graph

10687 Commits

Author SHA1 Message Date
86db7b8a59 Show multiplayer names in the summary screen, rather than the map's defaults.
This was SVN commit r12280.
2012-08-05 02:18:44 +00:00
d04eb12b83 Made cart walls considerably longer to build time.
This was SVN commit r12279.
2012-08-04 20:53:01 +00:00
347c7d45cc Updates random map wall_builder with correct gate sizes, patch by FeXoR. Fixes #1576
This was SVN commit r12278.
2012-08-04 19:29:45 +00:00
2eb49be1a3 Show shallows (walkable water) on the minimap in a lighter color.
This was SVN commit r12277.
2012-08-04 18:52:02 +00:00
2c642fc68e Uninitialized variable was causing nondeterministic weirdness in Atlas.
This was SVN commit r12275.
2012-08-04 16:56:09 +00:00
1b78b3cc20 Projectile actors for Mauryan defence structures
This was SVN commit r12274.
2012-08-04 08:41:02 +00:00
gregory
1e0ea4b963 This was SVN commit r12272. 2012-08-04 00:02:11 +00:00
20d75a3880 Free cursors before shutting down SDL. Fixes #1355.
This was SVN commit r12271.
2012-08-03 16:48:02 +00:00
c5a0dabe8d Do a second check when trying to place wall pieces with two control groups. Fixes #1529.
This was SVN commit r12270.
2012-08-03 16:38:31 +00:00
be31d3a9e7 Added a function for finding colliding entities with identical control groups. Refs #1529.
This was SVN commit r12269.
2012-08-03 16:36:40 +00:00
2ee61750b4 Forgot to fix a few things before committing.
This was SVN commit r12268.
2012-08-03 16:12:45 +00:00
45ee419171 Adding an experimental version of qBot. This is half a crossover with my former Marilyn bot (defense manager, attack plans) and some improvements here and there that I believe could help improve the bot.
This was SVN commit r12267.
2012-08-03 15:52:18 +00:00
OmriLahav
0d5366fd7b This was SVN commit r12264. 2012-08-03 11:30:28 +00:00
OmriLahav
09d0def213 This was SVN commit r12263. 2012-08-03 10:55:45 +00:00
ddcdd5d2e8 Updates logs readme with link to Trac, to replace confusing outdated info
This was SVN commit r12261.
2012-08-02 19:41:50 +00:00
4bb0ad46a5 Re-saved all maps with walls, sanitizing their obstruction groups.
This was SVN commit r12260.
2012-08-01 21:39:54 +00:00
4c8907e30c Added the new ControlPersist XML element to wall tower templates.
This was SVN commit r12259.
2012-08-01 21:39:08 +00:00
692795e56e Added engine-side obstruction group sanitizing, saving, and loading. Refs #1566
This was SVN commit r12258.
2012-08-01 21:38:13 +00:00
c22476eee2 Check for builders that can't place foundations (e.g. Mauryan worker elephants)
This was SVN commit r12257.
2012-08-01 19:22:45 +00:00
d1d17b7222 Acropolis map updates.
This was SVN commit r12256.
2012-08-01 18:14:14 +00:00
1e38b39021 Remove deleted props.
This was SVN commit r12255.
2012-08-01 17:09:52 +00:00
d9c36f1fcc Remove empty texture that was causing asserts.
This was SVN commit r12254.
2012-08-01 15:50:50 +00:00
aa00a845d1 Fixed helle_docks_pentekonter.dae normals problem. Added playercolor details on helle_docks_props.dae.
This was SVN commit r12253.
2012-08-01 13:33:41 +00:00
8c5558895e Disable rally points for Celtic wall towers (which can't be garrisoned).
This was SVN commit r12252.
2012-08-01 04:53:17 +00:00
0f7f73be2c Balanced some Dock costs.
This was SVN commit r12251.
2012-07-31 17:43:12 +00:00
05d4b1eccf Scaffold test object by Enrique. Looks nice. No errors. Possible prototype for some kind of construction scaffolding for buildings.
This was SVN commit r12250.
2012-07-31 17:35:50 +00:00
a012a8c231 New Hellenic dock by Enrique. Needs some fixes though.
This was SVN commit r12249.
2012-07-31 17:26:04 +00:00
a796800bb1 Add the
This was SVN commit r12248.
2012-07-31 15:59:36 +00:00
8074f18d6d Slight updates to the Corsica map. Also trying my hands at this whole "commit" stuff.
This was SVN commit r12247.
2012-07-31 14:41:09 +00:00
83ca7142b6 Fixed a minor bug in the research display; removed an unnecessary comma.
This was SVN commit r12246.
2012-07-31 03:39:35 +00:00
be3ca61d43 Updated the production queue buttons, putting the progress sliders inside the button border.
This was SVN commit r12245.
2012-07-31 03:37:04 +00:00
b8b6ebb6ec Properly re-initialize drop-down lists when the list items changes. Fixes #1558.
This was SVN commit r12244.
2012-07-31 03:34:09 +00:00
c708de489e Display in-progress technologies in the upper right of the screen. Fixes #1431.
This was SVN commit r12243.
2012-07-31 02:03:25 +00:00
08505d9353 Include a note about the UDP port in the 'host game' tooltip.
This was SVN commit r12242.
2012-07-30 21:08:29 +00:00
3c0bd23108 Slightly speed up actor rendering; have selectables properly handle fog of war, etc. Refs #1365.
This was SVN commit r12241.
2012-07-30 21:06:54 +00:00
10e8847b6f Some template changes. Moves Dock and Fishing Boat to Village Phase. Warships to later phases. Increases accuracy of basic ranged units slightly. Based on patch by gudo.
This was SVN commit r12240.
2012-07-30 06:11:26 +00:00
4264166acf Detect when units aren't in the world and hide their selection rings. Based on patch by dvangennip. Refs #1365.
This was SVN commit r12239.
2012-07-30 04:45:33 +00:00
9e59f496f3 Tweaked NA elephant walk speed.
Map preview for Acropolis 1 map.

This was SVN commit r12238.
2012-07-30 04:37:47 +00:00
f9a8280b81 More map renaming.
This was SVN commit r12237.
2012-07-30 04:22:11 +00:00
a82e6ecdd9 Renamed a bunch of numbered maps for better sorting. :)
This was SVN commit r12236.
2012-07-30 04:17:24 +00:00
bb8783d6eb New Acropolis 1 map.
Edited Acropolis 2's description.

This was SVN commit r12235.
2012-07-30 04:09:02 +00:00
gregory
008d361a5e This was SVN commit r12234. 2012-07-30 02:29:20 +00:00
39784d47b5 Some updated textures.
This was SVN commit r12233.
2012-07-30 02:15:56 +00:00
e17b9c84eb More map preview pics. All default maps complete.
This was SVN commit r12231.
2012-07-29 23:22:00 +00:00
48d871d870 Allow gate lock/unlock buttons and wall conversion icons to show simultaneously.
This was SVN commit r12230.
2012-07-29 23:08:15 +00:00
2c8adb1aea Adds support for Boost.Filesystem v3, the only option in Boost 1.50. Fixes #1527. Refs #1360
This was SVN commit r12229.
2012-07-29 23:04:22 +00:00
0f5756f5fb Renamed the sandbox maps for better drop menu sorting.
Added map previews for the Oasis maps.

This was SVN commit r12228.
2012-07-29 22:23:30 +00:00
b172a89965 Give the Brythonic and Gallic gates the new Celtic gate footprint and obstruction.
This was SVN commit r12227.
2012-07-29 20:07:36 +00:00
b1ccaa020f Preview image for fortress RMS
This was SVN commit r12226.
2012-07-29 18:22:27 +00:00
01e7895521 Adding Northern Lights random map...
This was SVN commit r12225.
2012-07-29 17:59:46 +00:00