Commit Graph

4535 Commits

Author SHA1 Message Date
995acdfc62 This was SVN commit r5266. 2007-07-18 04:50:18 +00:00
b3b5d4d0ad This was SVN commit r5265. 2007-07-18 04:45:41 +00:00
292034042b This was SVN commit r5264. 2007-07-18 04:45:33 +00:00
02bcdb5407 # Added field foundation object.
This was SVN commit r5263.
2007-07-18 02:54:08 +00:00
87320c2f9e This was SVN commit r5262. 2007-07-16 02:00:49 +00:00
Alexander
7ced4d27e1 This was SVN commit r5261. 2007-07-16 01:56:08 +00:00
61e58a02b0 This was SVN commit r5260. 2007-07-16 01:46:04 +00:00
08911b3505 This was SVN commit r5259. 2007-07-16 01:44:04 +00:00
630c83f0e7 This was SVN commit r5258. 2007-07-16 01:37:13 +00:00
98675528b2 This was SVN commit r5257. 2007-07-15 19:53:44 +00:00
a357836f2f This was SVN commit r5256. 2007-07-15 17:49:31 +00:00
12a531fad9 This was SVN commit r5255. 2007-07-15 17:47:07 +00:00
08e03651ad This was SVN commit r5254. 2007-07-15 17:46:15 +00:00
d86c090c81 This was SVN commit r5253. 2007-07-15 17:42:06 +00:00
Aeros
2a320394cd This was SVN commit r5252. 2007-07-15 07:32:09 +00:00
fa0e48f3ab This was SVN commit r5251. 2007-07-15 06:50:55 +00:00
8fd1905202 This was SVN commit r5250. 2007-07-15 06:50:24 +00:00
b33cb95170 This was SVN commit r5249. 2007-07-14 21:22:09 +00:00
93e83546e0 This was SVN commit r5248. 2007-07-14 21:20:51 +00:00
3b270327a2 This was SVN commit r5247. 2007-07-14 21:20:33 +00:00
e105d8bc57 This was SVN commit r5246. 2007-07-14 15:05:42 +00:00
Alexander
226049deed This was SVN commit r5245. 2007-07-14 06:19:31 +00:00
Alexander
7eaa6d3454 Territorial limits applied
This was SVN commit r5244.
2007-07-14 06:15:19 +00:00
2ce74c53b1 This was SVN commit r5243. 2007-07-14 03:27:17 +00:00
cf7959e5a7 This was SVN commit r5242. 2007-07-14 03:11:18 +00:00
b23558c532 This was SVN commit r5241. 2007-07-14 03:09:39 +00:00
6121eec440 This was SVN commit r5240. 2007-07-14 03:00:16 +00:00
4b74496d40 This was SVN commit r5239. 2007-07-14 02:59:14 +00:00
7db64106a9 Fixed a connection issue: Before, connect was always called in non-blocking mode on Windows, because there was a pending WSAAsyncSelect on the socket so it was never proplerly set into blocking mode..
This was SVN commit r5237.
2007-07-09 05:10:02 +00:00
e62da22784 Sort maps ignoring case.
This was SVN commit r5236.
2007-07-09 04:07:57 +00:00
3f90bae87a Improved default action selection when a group of units is chosen.
This was SVN commit r5235.
2007-07-09 03:35:01 +00:00
260d1b05d1 This was SVN commit r5234. 2007-07-09 03:34:22 +00:00
36d2eccce4 This was SVN commit r5233. 2007-07-09 03:23:44 +00:00
e4931c5c8b This was SVN commit r5232. 2007-07-09 03:03:35 +00:00
d434806a5c This was SVN commit r5231. 2007-07-08 03:02:47 +00:00
840d859337 This was SVN commit r5230. 2007-07-08 01:54:11 +00:00
ff7d8aa2d1 This was SVN commit r5229. 2007-07-07 23:43:08 +00:00
cf7f49b517 This was SVN commit r5228. 2007-07-07 23:34:20 +00:00
0a6cb0d55a This was SVN commit r5227. 2007-07-07 23:31:07 +00:00
dbecaae01a This was SVN commit r5226. 2007-07-07 23:00:37 +00:00
bb517e3daf # Enhanced unit movement smoothness and multiplayer speed.
- Decreased MP turn length to 150 ms.
- Let units move along multiple steps of a path per turn. This means
they no longer "hesitate" between tiles. Especially noticeable in MP
games or at low framerates.
- Joined segments of paths generated by the pathfinder into linear
pieces for better repathing.

This was SVN commit r5224.
2007-07-05 07:33:43 +00:00
1b25d94183 This was SVN commit r5223. 2007-07-05 01:11:43 +00:00
66e6722baa This was SVN commit r5222. 2007-07-05 00:47:24 +00:00
08862db42c # Fixes to Latium random map.
- Replaced calls to Math.max with own function because Math.max wasn't
working properly in latest Spidermonkey (?).
- Fixed some code that could cause weird ridges to appear.

This was SVN commit r5221.
2007-07-04 22:42:53 +00:00
22f11a8ab9 This was SVN commit r5220. 2007-07-01 16:20:11 +00:00
40d8de2a18 This was SVN commit r5219. 2007-07-01 16:19:29 +00:00
Aeros
cc27df18c2 This was SVN commit r5218. 2007-06-30 22:40:59 +00:00
d9702ca590 Added dependency on comsuppw to fix VC2005 build.
This was SVN commit r5216.
2007-06-30 16:45:24 +00:00
Aeros
f42721dd32 This was SVN commit r5215. 2007-06-30 07:56:57 +00:00
805736cb8f # system detect fixes
simplify detect code by adding support for WMI (the "proper" way to do
things)
wutsname: fix incorrect reporting of windows version

ps/Util: add note on exception that is raised on Wow64 (Windows bug)

This was SVN commit r5213.
2007-06-24 13:24:40 +00:00