Commit Graph

8900 Commits

Author SHA1 Message Date
017e8d66eb Fixes GUIInterface tests.
This was SVN commit r10418.
2011-10-22 00:10:17 +00:00
5acf38c095 Randomizes player starting positions on random maps.
This was SVN commit r10417.
2011-10-21 01:15:02 +00:00
d966c5e10b Fixes Atlas map saving to force PMP extension on all OSes. See #889.
Fixes Atlas map loading to more gracefully handle missing files. Atlas
should no longer crash if a map was not found in VFS. Fixes #986.

This was SVN commit r10416.
2011-10-20 23:45:27 +00:00
887b6633c2 Adds per-player BuildLimits data to GUIInterface.
Adds BuildLimits accessors to GameState for JuBot and Testbot.

This was SVN commit r10415.
2011-10-20 23:35:52 +00:00
ff256528f2 sync with work. faster PopulationCount; avoid invalid param handler when debug string length exceeded; return error instead of dialog box when waio_Preallocate fails
This was SVN commit r10414.
2011-10-19 10:58:02 +00:00
a41b0e30fe Changes AI entity destroy events to maintain some data about the entity, based on patch by quantumstate. Fixes #983.
This was SVN commit r10413.
2011-10-18 22:51:04 +00:00
686ffa9758 Fixes error in AI entity. Fixes #991.
This was SVN commit r10412.
2011-10-16 17:21:37 +00:00
f3e081a122 Fix couple simulation templates.
This was SVN commit r10411.
2011-10-16 17:03:43 +00:00
8af8326563 replace old pool_allocator/RawPoolAllocator with ProxyAllocator that draws upon the new-style Arena (more efficient, avoids slow VirtualAlloc)
This was SVN commit r10410.
2011-10-16 10:37:21 +00:00
1c081135ad Adds territory map to AI GameState, based on patch from quantumstate. Fixes #969.
Updates testbot and Jubot to support basic build restrictions.

This was SVN commit r10408.
2011-10-16 02:55:58 +00:00
c73c0870f1 Adds attackTimes to AI entity templates. Fixes #991.
This was SVN commit r10407.
2011-10-15 23:38:58 +00:00
20047ffe76 Remove old duplicate directory.
This was SVN commit r10406.
2011-10-15 23:26:15 +00:00
6c102ea712 add instrumentation to diagnose failed VM commit
This was SVN commit r10405.
2011-10-15 22:03:42 +00:00
3624f7c417 fix: pthread_self now returns a unique value in each thread (before, it was using the windows pseudo handle functionality)
This was SVN commit r10404.
2011-10-15 20:12:59 +00:00
581b4f7997 This was SVN commit r10403. 2011-10-14 05:32:11 +00:00
d9820fb0cb Add optional time elapsed counter to session screen.
This was SVN commit r10402.
2011-10-13 23:20:34 +00:00
3e71b3e864 Removing old Persian files
This was SVN commit r10401.
2011-10-13 20:17:09 +00:00
9a7f09abe2 New Persian dock
This was SVN commit r10400.
2011-10-13 20:14:50 +00:00
f0df97d773 add support for retrieving all WMI class instances (required for detecting multiple graphics and sound cards)
fixes #998

This was SVN commit r10399.
2011-10-13 18:53:59 +00:00
9fdcc7a2fa A couple of updated maps.
This was SVN commit r10398.
2011-10-13 13:25:18 +00:00
9bb22c91a1 A package of chariot updates.
This was SVN commit r10397.
2011-10-12 11:59:43 +00:00
d8e49c4ca8 Chariot portrait.
This was SVN commit r10396.
2011-10-12 08:13:09 +00:00
22d169f3c6 A bunch of Persian chariot stuff.
This was SVN commit r10395.
2011-10-12 07:16:55 +00:00
2a39ba2f91 Changes new AI GameState functions to accept Entity objects instead of raw entities.
This was SVN commit r10394.
2011-10-12 00:33:07 +00:00
b28ae93dc8 Adds armour and attack strengths to AI entity template, based on patch by infyquest. Fixes #991.
This was SVN commit r10393.
2011-10-11 20:02:21 +00:00
81abd0342f Made Greek prodromoi use knives to gather meats. Balanced hyps and thors.
This was SVN commit r10392.
2011-10-11 15:16:30 +00:00
c83a79f239 This was SVN commit r10391. 2011-10-11 15:12:07 +00:00
c1cd29f2f4 Tweaks to thorakites and thureophoros.
This was SVN commit r10390.
2011-10-11 14:28:54 +00:00
baf8028e4c This was SVN commit r10389. 2011-10-11 14:20:51 +00:00
d05592e77f #Miscellaneous units. Thanks SMST!
This was SVN commit r10388.
2011-10-11 14:05:14 +00:00
956e6b5f77 Persian texture updates and chariot updates.
This was SVN commit r10387.
2011-10-11 12:56:58 +00:00
0fa54bc56a fix compile error due to GCC restriction.
thanks to daniel.santos for reporting and alex for creating the
ticket/notifying me.
fixes #992

[heh, the amount of comments are proportional to the trouble caused by
this code :S ran into VC++ compile errors when __declspec came after
void* return type *sigh*]

This was SVN commit r10385.
2011-10-10 20:08:04 +00:00
8ac994e4e6 sync with work: add and use NOTHROW; export file_system functions; throw Status from File ctor; add WARN_THROW equivalents of WARN_RETURN
This was SVN commit r10384.
2011-10-10 10:04:36 +00:00
6c6c374a11 This was SVN commit r10383. 2011-10-09 21:50:58 +00:00
470bff16c7 This was SVN commit r10382. 2011-10-09 21:34:43 +00:00
22c7346dbd Persian stable actor and template
This was SVN commit r10381.
2011-10-09 19:57:29 +00:00
bb32cc9794 This was SVN commit r10379. 2011-10-09 12:18:25 +00:00
6ef517d3c4 Updating Persians. Added Persians to Oasis IV map.
This was SVN commit r10378.
2011-10-09 11:00:01 +00:00
45cd62fc93 #Persian infantry unit actor/animation work. They now use the proper animations and props when performing various tasks.
This was SVN commit r10377.
2011-10-09 10:13:48 +00:00
a240958de3 Removes Conquest Critical class from obelisks
This was SVN commit r10375.
2011-10-08 23:53:34 +00:00
a106b9da0b apic: avoid warning message for ancient single-core, non-HT processors. fixes #985
wvm: improve diagnostics if allocation failed

This was SVN commit r10374.
2011-10-08 16:53:57 +00:00
39e5cb5dc9 proper fix for brain-dead Linux affinity API (that code was disabled in #547)
refs #985

This was SVN commit r10373.
2011-10-08 16:42:30 +00:00
90cac1b7b0 Persian Scythed Chariot
This was SVN commit r10372.
2011-10-08 15:43:11 +00:00
8b88ae6302 Persian Corral building
This was SVN commit r10371.
2011-10-08 14:38:02 +00:00
7bbe2b3bab Removing old unused Persian house assets
This was SVN commit r10370.
2011-10-08 14:26:55 +00:00
de7596a3a8 New Persian houses
This was SVN commit r10369.
2011-10-08 14:20:20 +00:00
706dea144f This was SVN commit r10368. 2011-10-08 03:44:48 +00:00
45b8889479 Yeah there is.
This was SVN commit r10367.
2011-10-07 20:42:51 +00:00
1a81324e4e Misc stuff:
-- Updated some Persian shield textures.

-- Made a portrait for the Persian merchant ship.

-- Created entity for Persian fishing boat.

This was SVN commit r10366.
2011-10-07 05:02:00 +00:00
e7cbe197a6 New sail design.
This was SVN commit r10365.
2011-10-06 05:51:25 +00:00