Commit Graph

2176 Commits

Author SHA1 Message Date
3cc3ca7509 This was SVN commit r6304. 2008-07-31 04:23:31 +00:00
2ce0f85a32 females and elephants, oh my
This was SVN commit r6303.
2008-07-31 02:48:16 +00:00
e14fd26b4b This was SVN commit r6302. 2008-07-31 02:47:09 +00:00
4c3db85129 This was SVN commit r6301. 2008-07-30 23:50:49 +00:00
543117d06f This was SVN commit r6300. 2008-07-30 21:00:36 +00:00
48735e7460 This was SVN commit r6299. 2008-07-30 20:59:31 +00:00
cf2754a202 This was SVN commit r6298. 2008-07-30 20:56:46 +00:00
7c82cba5f7 This was SVN commit r6297. 2008-07-30 06:49:33 +00:00
b2a52f2ffb This was SVN commit r6296. 2008-07-30 05:25:22 +00:00
484ad1701f removing a debug message.
This was SVN commit r6295.
2008-07-29 21:40:48 +00:00
2e61a5c663 Added the killing feature. Now by selecting a unit and pressing [Delete], it will be killed.
This was SVN commit r6294.
2008-07-29 21:38:41 +00:00
78284850e1 This was SVN commit r6293. 2008-07-29 16:54:46 +00:00
2dde452493 Fixing the players list. Adding the shadow, correcting the order.
This was SVN commit r6292.
2008-07-29 14:26:27 +00:00
98dd1a1bb4 Refactored "generic" order to just call it "contact action", and added support for intercepting targets if performing a contact action while moving.
This was SVN commit r6290.
2008-07-29 08:22:56 +00:00
53765659da This was SVN commit r6287. 2008-07-29 06:55:40 +00:00
f6ae91212a This was SVN commit r6286. 2008-07-28 01:58:24 +00:00
510c26b5a3 This was SVN commit r6285. 2008-07-28 01:57:26 +00:00
5140ae0667 This was SVN commit r6284. 2008-07-27 23:21:21 +00:00
6d35c7c026 This was SVN commit r6283. 2008-07-25 19:27:32 +00:00
837ef022bd Adding a list of currently playing players. Available at Ctrl+P
The system.cfg change only adds Ctrl+P hotkey.

This was SVN commit r6282.
2008-07-25 18:17:18 +00:00
728e7550eb This was SVN commit r6281. 2008-07-25 06:50:33 +00:00
b1a40a18a1 This was SVN commit r6280. 2008-07-25 06:33:36 +00:00
6e955693af This was SVN commit r6279. 2008-07-25 05:34:11 +00:00
1144798b70 Use traits.id.tooltip rather than traits.id.rollover for descriptions on train buttons.
This was SVN commit r6278.
2008-07-24 06:12:17 +00:00
d0c6805725 Fixed bug that was causing population to go negative. It was due to a unit being killed by multiple enemies in the same frame, which led to multiple calls of the death event handler. The fix is twofold: First, kill() only calls the event handler the first time the unit is killed. Second, damage() (in JS), which apart from killing things also loots them, makes sure that the unit is not already being destroyed. This latter fix is to ensure that we don't get a huge amount of loot by simply attacking a low-HP unit with many soldiers simultaneously, so they kill it in the same frame.
This was SVN commit r6276.
2008-07-24 05:50:45 +00:00
75a9b2f357 Made stance-setting work with multiplayer.
This was SVN commit r6274.
2008-07-24 05:25:14 +00:00
8244deee6a This was SVN commit r6273. 2008-07-24 05:09:02 +00:00
33d1fab48d This was SVN commit r6272. 2008-07-24 02:36:59 +00:00
e98ae41675 This was SVN commit r6271. 2008-07-23 06:32:53 +00:00
2ff3c7ac61 Added combat test map.
This was SVN commit r6270.
2008-07-23 05:58:44 +00:00
95f3036e74 Cleaner production icon tooltips.
This was SVN commit r6266.
2008-07-23 05:03:46 +00:00
12b7b2c9b1 Adding building/training price and description.
This was SVN commit r6261.
2008-07-20 20:49:43 +00:00
9c8069631e This was SVN commit r6255. 2008-07-19 01:59:11 +00:00
314ec0ef3b This was SVN commit r6251. 2008-07-19 00:27:48 +00:00
4a755d72ea This was SVN commit r6243. 2008-07-18 22:33:51 +00:00
ac89a0fc86 This was SVN commit r6242. 2008-07-18 22:10:46 +00:00
debcea96d0 This was SVN commit r6241. 2008-07-18 21:24:00 +00:00
d1cb55d701 Hannibal on his elephant
This was SVN commit r6238.
2008-07-17 06:19:57 +00:00
86ea20df7b Fix a crash which happened when a unit with no actions.move tried to run (it got past the JS guard because JS code crashed).
This was SVN commit r6237.
2008-07-16 04:23:44 +00:00
fe55a8b734 Adding a shadow to the text, so it is visible on bright maps.
This was SVN commit r6234.
2008-07-15 17:13:55 +00:00
50166bb456 This was SVN commit r6233. 2008-07-15 17:01:02 +00:00
8fee4a1fb3 Adding new function to show status messages for lacking resources when building and training units.
This was SVN commit r6232.
2008-07-15 12:55:44 +00:00
f182617c72 Adding new function to show status messages for lacking resources when building and training units.
This was SVN commit r6231.
2008-07-15 12:54:28 +00:00
7eee81ec82 This was SVN commit r6230. 2008-07-15 09:15:19 +00:00
9a6eab9fac This was SVN commit r6229. 2008-07-14 21:42:14 +00:00
8161197f0e Comment out error-producing code that tried to render player names in slots.
This was SVN commit r6227.
2008-07-14 06:29:57 +00:00
9025056ffd Made rally point setting net-safe.
This was SVN commit r6225.
2008-07-13 17:37:45 +00:00
36b18f646f Added shouldRun parameter to order(ORDER_GENERIC) calls from scripts.
This was SVN commit r6224.
2008-07-13 16:31:03 +00:00
e4966f6f1b Added running support to GENERIC orders through a field that can be sent across the network (previous implementation used to be by setting properties on the entity itself).
This was SVN commit r6223.
2008-07-13 06:24:50 +00:00
922874e2ef This was SVN commit r6222. 2008-07-13 06:13:35 +00:00