1
0
forked from 0ad/0ad
Commit Graph

1688 Commits

Author SHA1 Message Date
8629d83ce7 #New Pasture terrains for the Temperate biome!
This was SVN commit r5207.
2007-06-18 03:42:27 +00:00
028fef4ac8 This was SVN commit r5206. 2007-06-18 03:15:33 +00:00
fc4eefb051 This was SVN commit r5205. 2007-06-17 22:29:43 +00:00
c039e0fce7 This was SVN commit r5204. 2007-06-17 22:09:03 +00:00
a49451fa8c recompile of aken
This was SVN commit r5203.
2007-06-17 10:29:52 +00:00
7d91dec842 This was SVN commit r5201. 2007-06-17 05:13:12 +00:00
a2e365f142 This was SVN commit r5200. 2007-06-17 04:43:57 +00:00
8d323b0675 Fixed crash when exiting Atlas due to adding the same image list as both NORMAL and SMALL.
This was SVN commit r5199.
2007-06-17 01:55:23 +00:00
9c0129dba5 This was SVN commit r5198. 2007-06-17 01:50:58 +00:00
e6815a0599 Nicer look for the terrain list.
This was SVN commit r5197.
2007-06-17 01:38:37 +00:00
d1865a2d85 This was SVN commit r5196. 2007-06-17 00:38:41 +00:00
f6d0781821 This was SVN commit r5195. 2007-06-17 00:37:51 +00:00
07ebef3058 This was SVN commit r5194. 2007-06-17 00:37:32 +00:00
8d8753fc43 This was SVN commit r5193. 2007-06-17 00:28:02 +00:00
c2b6e22993 This was SVN commit r5192. 2007-06-17 00:25:08 +00:00
3d0faf3c74 This was SVN commit r5191. 2007-06-17 00:14:52 +00:00
5535c2aa46 This was SVN commit r5190. 2007-06-17 00:14:08 +00:00
3ab9a0353a This was SVN commit r5189. 2007-06-17 00:13:19 +00:00
e21e2d10d0 This was SVN commit r5187. 2007-06-17 00:10:48 +00:00
529727d02b slight improvement to aken: retry mapping if someone has mapped the same page with unexpected cacheable attributes
This was SVN commit r5181.
2007-06-15 21:36:55 +00:00
5664f097d9 Profiler: Added malloc-counting to GCC. Fixed counting of unlogged allocations in the root node.
GUI: Tried a tiny bit to improve the response to mouse movement.
Atlas: Realised you can do "new XML(...)" to parse XML.

This was SVN commit r5180.
2007-06-15 17:03:26 +00:00
5ef98758b2 Atlas: Fixes for compiler warnings and UI layout issues on Windows. Fixed territory updates when deleting units.
This was SVN commit r5176.
2007-06-14 15:42:24 +00:00
047b1ca21d Atlas: Ported terrain texture selection panel to JS. Removed textual labels on each texture.
wxJS: Added incomplete wxNotebook. Added wxWindow.toolTip.

This was SVN commit r5174.
2007-06-14 12:11:22 +00:00
e0884bb539 This was SVN commit r5173. 2007-06-14 05:44:57 +00:00
52aa29681c Atlas: Partial porting of the Terrain section to JS.
Slightly nicer rendering of circular brush previews.

This was SVN commit r5168.
2007-06-12 22:01:25 +00:00
aa5bdfe426 Auto-reloading of Atlas UI scripts
This was SVN commit r5165.
2007-06-11 00:06:28 +00:00
3e874c54cf manual build.
aken: add provision for copying physical memory (safer than mapping)
acpi uses that to avoid problems due to nonaligned ACPI tables (bonus:
wastes less memory)

wdbg: remove unnecessary headers
wseh: add comments
wstartup: fix return type (since we're now called by _initterm_e)

This was SVN commit r5159.
2007-06-10 13:25:09 +00:00
4e83672579 # Added scripting support to the scenario editor UI
Added modified version of wxJavaScript.
Added Atlas script interface.
Rewrote the Map sidebar in JS.

This was SVN commit r5144.
2007-06-05 18:16:55 +00:00
92578ae553 # Some initial work on networking, fixing session setup, game startup, and command queueing.
- Fixed outdated / buggy networking code in the GUI scripts.
- Finished the API to CNetClient so that it's possible to start a CGame
from it.
- Some enhancements for debugging networking: Enabled updates while the
game is minimized/out-of-focus if it's in a network session. Also
reduced the turn length to something slightly more manageable but still
unplayable (1 sec versus 3 sec).
- Fixed a bug where IssueCommand used to access the order it creates
after queueing it, which is bad if the order gets deleted while being
queued (e.g. in CNetClient).

This was SVN commit r5139.
2007-06-04 07:41:05 +00:00
92cd6472da This was SVN commit r5136. 2007-06-03 22:50:44 +00:00
7c241ed22c manual build with new atlas overbrightening support.
also split aken driver into checked and free versions.

This was SVN commit r5118.
2007-05-29 22:55:23 +00:00
6daf03b353 This was SVN commit r5113. 2007-05-29 03:49:48 +00:00
238252ec53 #Skins for Ekdromos detailed.
This was SVN commit r5112.
2007-05-29 03:08:41 +00:00
7fe6c3d77f add detours library for API hooking.
(update aken driver while at it)

This was SVN commit r5107.
2007-05-28 15:01:29 +00:00
843d849931 This was SVN commit r5103. 2007-05-28 02:37:38 +00:00
3386154fe3 This was SVN commit r5087. 2007-05-23 06:13:28 +00:00
d088e0840a kernel-mode portion of HPET driver (checked builds for xp64 and xp)
This was SVN commit r5083.
2007-05-21 19:14:44 +00:00
2e5c530c03 Modified semantics of HEntity's validity check to count handles to units that are destroyed but not deleted as still valid handles. This fixes some previous code that assumed these semantics, such as code for dealing with exhausted gather targets. It looks like the meaning was changed long ago when the entity flags were added. Also added an IsAlive method in HEntity for the old check, in case any code needs to be switched over to that.
Also removed some debug output from entity_functions.js.

This was SVN commit r5074.
2007-05-16 06:58:49 +00:00
dcf253714f debug CRT from vc8sp1
This was SVN commit r5073.
2007-05-15 13:10:12 +00:00
86e6b780ea This was SVN commit r5071. 2007-05-14 00:34:18 +00:00
0e0b995c4f #New more accurate Philip of Macedon armor texture. :)
This was SVN commit r5070.
2007-05-13 20:21:28 +00:00
91e3cc4c0a This was SVN commit r5069. 2007-05-13 20:20:05 +00:00
bd2af78d4f hopefully final fix for vc8sp1 breakage
(we have no idea why the config file's resourceId must be 2, but filemon
shows this file is called for)

This was SVN commit r5067.
2007-05-13 02:01:08 +00:00
695ba038f1 attempt to resolve SxS versioning issue with vc80sp1
This was SVN commit r5066.
2007-05-12 19:00:31 +00:00
addf1aba46 CRT files from VC8SP1 as a further fix to michael's bug report
This was SVN commit r5064.
2007-05-11 20:10:17 +00:00
0804cf5248 when building with atlas, VC8 embeds a dependency on comctl into the manifest => add that manifest to our app dir
This was SVN commit r5063.
2007-05-11 16:51:11 +00:00
25b63097cc This was SVN commit r5021. 2007-05-03 05:33:34 +00:00
b86ea0a1b5 #Scipio Africanus has made an appearance! ;)
This was SVN commit r5013.
2007-05-01 05:48:07 +00:00
585673201b This was SVN commit r5007. 2007-04-30 04:32:58 +00:00
9d21b350e1 This was SVN commit r5006. 2007-04-30 03:55:49 +00:00