2696 Commits

Author SHA1 Message Date
Isaac Clerencia Perez
fff0553fb2 Added animated flags images (four first teams)
P.S. I'm very bad drawing, anyone should make better animations
2004-07-31 08:18:19 +00:00
Isaac Clerencia Perez
887fc3672e Changes in game config to use animated flags, flags frames are in the way 2004-07-31 08:16:11 +00:00
Pauli Manninen
4529d3d70b updated changelog 2004-07-31 07:14:32 +00:00
Dave White
619dc4b40b added 'speed scaling' for different terrain types 2004-07-31 03:30:47 +00:00
Dave White
289c0d576a fixed the 'skip' button in the map part of the intro sequence (CVS internal);
made it so moving the mouse to the edge of the map won't scroll the
game when in windowed mode
2004-07-31 02:55:42 +00:00
Isaac Clerencia Perez
2173828b09 Fixed non visible flags 2004-07-30 22:33:55 +00:00
Cédric Duval
dd7203a1af [bigmap] and [story] blurb. 2004-07-30 11:22:48 +00:00
Cédric Duval
9dea47d743 Added missing show_title 2004-07-29 16:26:01 +00:00
Pauli Manninen
15b8917bd3 fixed typo 2004-07-29 09:29:03 +00:00
Pauli Manninen
3f9f506aba updated changelog 2004-07-29 09:22:44 +00:00
James Spencer
16b7ca578c Path Fix 2004-07-28 22:57:18 +00:00
James Spencer
0318e10abc Make TRoW reference more accurate 2004-07-28 22:05:36 +00:00
James Spencer
1f41dcdb86 Fix {CROSS X Y} 2004-07-28 21:30:30 +00:00
Cédric Duval
996e50c03c usage=archer 2004-07-28 20:03:43 +00:00
Cédric Duval
de2c2e7e25 Melee attack frame. 2004-07-28 19:52:54 +00:00
Cédric Duval
befc9d5fec Flameheart in the right branch.
New fireclaws attack.
2004-07-28 19:40:36 +00:00
Cédric Duval
d8e0a2225d [bigmap] & [story] switched to the new [story] syntax. 2004-07-28 18:53:51 +00:00
Isaac Clerencia Perez
dacbfc39f8 New DOT and CROSS for new [story] 2004-07-28 17:49:03 +00:00
Isaac Clerencia Perez
755076cc56 Merged [bigmap] and [story], ...
...after agreement among Cedric, Shade and me, all current [bigmap]
and [story] shouldn't work now, but we are fixing that just now
2004-07-28 17:48:28 +00:00
James Spencer
2bb1bcc160 [[Uncomment a story image]] 2004-07-28 15:23:10 +00:00
Isaac Clerencia Perez
977e8285c9 Fix a crash if a [bigmap] tag only contained the image attribute 2004-07-28 15:13:14 +00:00
James Spencer
b3244dcdb3 Rem out the [bigmap] 2004-07-28 14:41:27 +00:00
Pauli Manninen
3e0c33a108 adding missed stuff 2004-07-28 12:11:14 +00:00
Isaac Clerencia Perez
fe9007b024 Rewritten intro_story to support nested [if]'s ...
...and different musics depending in the [if] condition

Added a comment to playlevel.cpp to warn about the events_manager creation,
it needs to be created before calling intro_story and intro_map_scene
2004-07-28 10:31:37 +00:00
Isaac Clerencia Perez
3e4c2462ec Now is possible to nest [if] statement in [bigmap] ...
...to choose between more than two paths

I have removed some unused parameters
2004-07-28 09:49:30 +00:00
Pauli Manninen
f0ac975a82 fixed changelog 2004-07-28 08:59:36 +00:00
Cédric Duval
95ee060375 Precision & duplicate removal. 2004-07-28 08:47:15 +00:00
Pauli Manninen
683fc16e50 changelog refactoring 2004-07-28 08:25:33 +00:00
Jordà Polo
e6793d31f5 added J. W. Bjerk (Eleazar) as Graphic designer 2004-07-28 08:14:04 +00:00
Pauli Manninen
775af8f0cd updated changelog 2004-07-28 08:05:24 +00:00
James Spencer
2db120356a Keep the tentacles out of town 2004-07-28 05:42:56 +00:00
James Spencer
718f4df86d Update for lv. 3 Drakes 2004-07-28 04:40:14 +00:00
James Spencer
15583dfae3 Help keep Cedric sane 2004-07-28 04:27:11 +00:00
James Spencer
fc2137e869 Give the lighthouse some light 2004-07-28 04:03:52 +00:00
James Spencer
f5a372cb65 Multi-path DOTs, AI Tweaks, Bugs 2004-07-28 04:02:29 +00:00
Dave White
b2c1ce5239 added new server commands to kick, ban, view status 2004-07-28 03:38:19 +00:00
Dave White
42cd7927e6 improved the 'change video mode' dialog 2004-07-28 01:46:54 +00:00
Dave White
dfcc536791 fixed bug where clicking a menu item could generate multiple events 2004-07-27 23:29:29 +00:00
Cédric Duval
d2cb04046e Paths for HttT. 2004-07-27 23:09:55 +00:00
Dave White
7b560294d0 made 'not' tag work properly 2004-07-27 22:49:57 +00:00
Cédric Duval
fbdf036c10 Slight HP upgrade. 2004-07-27 22:08:27 +00:00
Cédric Duval
13f2e0ac81 Flameheart is the new leader of the Drakes faction. 2004-07-27 21:59:55 +00:00
Cédric Duval
4f54e3b1be New unit: Drake Flameheart 2004-07-27 21:58:06 +00:00
Cédric Duval
0ef0822773 Replaced non-existing terrain by harmless water. 2004-07-27 21:57:10 +00:00
Isaac Clerencia Perez
43e81e3514 Removed very dangerous unused parameter from conditional_passed (game_state),
the function gets the game_state directly from a global variable ignoring
completely the passed parameter
2004-07-27 19:23:13 +00:00
Isaac Clerencia Perez
7d537053b2 Added [if] [then] [else] functionality to [bigmap]
I have needed to move some lines up the creation of the events_manager
to do this, I think it doesn't break anything else, closes bug #9719
2004-07-27 16:53:57 +00:00
Isaac Clerencia Perez
35500b6027 Added some username checks, now usernames get stripped,
and only-spaces names are invaliAdded some username checks, now
usernames get stripped, and only-spaces names are invalidd
2004-07-27 12:51:32 +00:00
Isaac Clerencia Perez
cd5a5162b7 Fixed misspelling of direwolver 2004-07-27 12:05:56 +00:00
Cédric Duval
4c6e2a3a59 Typo fix. 2004-07-27 11:48:51 +00:00
Isaac Clerencia Perez
1ae102bdcc The nick server is reserved, closes 9781 2004-07-27 10:36:36 +00:00