Ykkrosh
eec7f8fc05
# Added libxml2
...
This was SVN commit r6761.
2009-03-22 19:06:21 +00:00
Ykkrosh
54ab9db537
Made AoE3Ed tools optional (and disabled by default), because they're incompatible with recent DevIL
...
This was SVN commit r6760.
2009-03-22 17:57:11 +00:00
Ykkrosh
8c1fc507ab
# Build system fixes for Linux
...
Use proper library names instead of hard-coded paths when linking to dll
projects, so they can be found properly at run-time
This was SVN commit r6759.
2009-03-22 16:38:27 +00:00
Mythos_Ruler
dc7809f8d6
This was SVN commit r6758.
2009-03-21 05:55:40 +00:00
Mythos_Ruler
64c801bd0b
This was SVN commit r6757.
2009-03-21 05:46:08 +00:00
Mythos_Ruler
96b74656a3
#Roman Siege Wall Entities. :brow:
...
This was SVN commit r6756.
2009-03-20 03:52:00 +00:00
Ykkrosh
0f3e9cfa72
Avoid load-time dependency on Vista-only API
...
This was SVN commit r6754.
2009-03-19 23:37:18 +00:00
Ykkrosh
a483f94023
Added a default svn_revision.txt to fix the build
...
This was SVN commit r6753.
2009-03-19 23:20:27 +00:00
Mythos_Ruler
69aa8333d7
This was SVN commit r6752.
2009-03-19 22:19:38 +00:00
Mythos_Ruler
d5f5693cb8
This was SVN commit r6751.
2009-03-19 08:37:27 +00:00
Mythos_Ruler
1e5467a6f3
#Spartan Pikeman, Roman Siege Walls, Siege Tower, Siege Gate. New helmets. Geological Decals.
...
This was SVN commit r6749.
2009-03-19 01:22:59 +00:00
Mythos_Ruler
98d605aa85
This was SVN commit r6744.
2009-03-18 00:22:46 +00:00
Mythos_Ruler
f3c4d93a34
This was SVN commit r6742.
2009-03-16 22:33:27 +00:00
Mythos_Ruler
f3101b180a
#Carthaginian Mill, House, and Temple. Roman Dock, new Roman building texture, Persian Fortress variation.
...
This was SVN commit r6739.
2009-03-13 05:29:45 +00:00
Mythos_Ruler
3cf66ae0ec
This was SVN commit r6734.
2009-03-09 03:46:52 +00:00
Mythos_Ruler
aeede6a47d
This was SVN commit r6732.
2009-03-09 03:35:58 +00:00
Mythos_Ruler
2f2e5ee096
#Lots of new Spartan stuff. Also, previously committed new Iberian shield, Unit animation tweaks, new Alpine grass terrains, etc.
...
This was SVN commit r6730.
2009-03-07 19:42:14 +00:00
Mythos_Ruler
2ac3378467
#New spears.
...
This was SVN commit r6729.
2009-03-07 06:00:48 +00:00
Mythos_Ruler
d643588d88
All new Spartans. New Carthaginian House A. Iberian shields. New terrains for Alpine biome. Actor tweaks.
...
This was SVN commit r6728.
2009-03-07 01:33:02 +00:00
Mythos_Ruler
247dce35f2
This was SVN commit r6725.
2009-03-05 20:57:33 +00:00
Mythos_Ruler
11d7179a31
This was SVN commit r6721.
2009-03-03 08:03:34 +00:00
Matei
4af379eec6
Fixed a bug in tan that was returning sin.
...
This was SVN commit r6720.
2009-03-03 06:45:44 +00:00
Ykkrosh
ed65cf33d0
Removed unnecessary debug output from autobuilder
...
This was SVN commit r6715.
2009-02-28 18:46:37 +00:00
janwas
548db2d06e
Pyrogenesis.cpp: add svn_revision to log
...
ScriptGlue.cpp: add svn_revision to build information in main menu
Interact.cpp: fix: do not add anglebias when computed via atan2
NetMessage.cpp: fix typo
This was SVN commit r6713.
2009-02-28 16:42:46 +00:00
Mythos_Ruler
5cdd802c21
This was SVN commit r6711.
2009-02-28 06:59:36 +00:00
Mythos_Ruler
4b3326caaa
This was SVN commit r6707.
2009-02-28 01:35:05 +00:00
Mythos_Ruler
3dc2af72b6
This was SVN commit r6705.
2009-02-24 21:48:46 +00:00
Ykkrosh
43f91d0d0b
Make the autobuilder write svn_revision.txt
...
This was SVN commit r6704.
2009-02-24 15:43:34 +00:00
Mythos_Ruler
1749a127f1
This was SVN commit r6702.
2009-02-24 01:01:25 +00:00
Mythos_Ruler
d25aba6f50
This was SVN commit r6700.
2009-02-24 00:08:17 +00:00
Mythos_Ruler
dfc9ba3f47
This was SVN commit r6699.
2009-02-21 08:28:45 +00:00
Mythos_Ruler
d563e32b61
This was SVN commit r6698.
2009-02-21 01:51:27 +00:00
Ykkrosh
6a7fdd8315
# Updated autobuilder
...
Also added the autobuild manager scripts
This was SVN commit r6697.
2009-02-19 22:25:31 +00:00
Mythos_Ruler
394579ca7d
This was SVN commit r6696.
2009-02-19 02:41:12 +00:00
Mythos_Ruler
a2e9ec5abc
This was SVN commit r6695.
2009-02-19 02:38:28 +00:00
Mythos_Ruler
39c0aff7e6
This was SVN commit r6694.
2009-02-19 02:38:12 +00:00
Ykkrosh
778ab75cfe
Updating build script to help with testing the autobuilder
...
This was SVN commit r6692.
2009-02-19 00:26:50 +00:00
travis
121faff0e8
#Added reading of particle settings from XML.
...
Added CEmitter::LoadFromXML method to load particle settings from XML
files.
Made Update code generic and moved from CDefaultEmitter child class up
into CEmitter base class.
Cleaned up code in general and removed unused member variables.
This was SVN commit r6691.
2009-02-19 00:19:06 +00:00
travis
15529fa52d
Adding new particles directory and test particle emitter XML file.
...
This was SVN commit r6690.
2009-02-19 00:14:27 +00:00
Ykkrosh
8d9b9ca413
Support multiple props on each attachpoint. Fixes #242
...
This was SVN commit r6689.
2009-02-18 10:36:27 +00:00
EmjeR
edaf87288a
This was SVN commit r6687.
2009-02-17 10:45:53 +00:00
EmjeR
961ffe7c15
This was SVN commit r6685.
2009-02-17 10:19:44 +00:00
EmjeR
7cc066ece3
This was SVN commit r6684.
2009-02-17 10:18:19 +00:00
EmjeR
b746800951
This was SVN commit r6683.
2009-02-17 10:17:25 +00:00
EmjeR
b67698346c
This was SVN commit r6681.
2009-02-17 10:11:26 +00:00
Mythos_Ruler
a3bb039139
This was SVN commit r6678.
2009-02-17 09:42:29 +00:00
Mythos_Ruler
c4263e4a16
This was SVN commit r6676.
2009-02-17 05:35:30 +00:00
Mythos_Ruler
0d5cd1a0fb
#New Persian Trireme by EmjeR. :D
...
This was SVN commit r6675.
2009-02-16 21:14:25 +00:00
Mythos_Ruler
f4bfffac67
This was SVN commit r6674.
2009-02-15 02:40:48 +00:00
Mythos_Ruler
6d954865f6
This was SVN commit r6673.
2009-02-14 20:11:04 +00:00