1
0
forked from 0ad/0ad
Commit Graph

4029 Commits

Author SHA1 Message Date
05c9525fdc update-workspaces.sh: generate atlas makefiles by default
*.lua: some extra libraries and options to make atlas work
premake:
- fixed #156 (creation of spurious dirs with strange permissions)
- implemented the "run" project kind to run the tests automatically
- changed the clean target for cxxtestgen projects to delete the
generated .cpp
files so that a make clean all actually regenerates the tests.

This was SVN commit r4639.
2006-11-12 03:39:40 +00:00
591f1f1232 #Corrected Unit Portraits for Hellenes Units.
This was SVN commit r4638.
2006-11-12 01:42:27 +00:00
7bf195ba0f #Fixed the icon specifications for the Celts
This was SVN commit r4637.
2006-11-12 01:09:44 +00:00
53c2563048 This was SVN commit r4636. 2006-11-12 01:05:57 +00:00
b4cf155040 # fix 2 problems with self-test on linux (lock-free init and path separator test)
fixes #159
fixes #160

lib: add moduleInit helpers (centralizes a bit of code and saves typing;
sorry for the recompile)
path_util: allow '\\' as separator (see rationale there)
lockfree.cpp: use moduleInit, no longer rely on type/value of
pthread_key_t (which was a hack)

This was SVN commit r4635.
2006-11-11 17:46:41 +00:00
2a47d4b2e2 This was SVN commit r4634. 2006-11-10 00:01:37 +00:00
6f48a0cc68 This was SVN commit r4633. 2006-11-09 23:56:18 +00:00
27a72f8816 This was SVN commit r4632. 2006-11-09 23:47:18 +00:00
b3a5240f0c This was SVN commit r4631. 2006-11-09 23:41:42 +00:00
9d9fc6864e This was SVN commit r4630. 2006-11-09 23:33:17 +00:00
ab28241b95 This was SVN commit r4629. 2006-11-09 20:30:55 +00:00
284464b099 This was SVN commit r4628. 2006-11-09 20:30:07 +00:00
bf517216c5 This was SVN commit r4627. 2006-11-09 02:32:29 +00:00
a265a441fd # Fixed string handling for Windows/Linux compatibility.
* vsnprintf2: Made compatible between GCC and MSVC - it now always
null-terminates the buffer, and returns -1 on overflow. Fixes #158.
Added tests.
 * MeshManager: Use shared_ptr.expired() instead of checking for
bad_weak_ptr exception.
 * Xeromyces: Added tests for GetXMBPath, because it does unusual things
in sscanf which MSVC's /analyze complains about.
 * ConfigDB, ScriptGlue: Replaced some asserts with return-on-failure,
to avoid invalid array accesses when continuing after the assert (as
complained about by /analyze).
 * CStr: Removed "using namespace std". Added tests for handling of
invalid UTF-8.

This was SVN commit r4625.
2006-11-07 21:03:13 +00:00
75f2f9fd5f Avoid some warnings on GCC
This was SVN commit r4623.
2006-11-07 13:28:03 +00:00
83928926ec This was SVN commit r4622. 2006-11-07 03:12:52 +00:00
672a93311f A whole SLEW of stuff
This was SVN commit r4621.
2006-11-07 03:03:39 +00:00
958238786a This was SVN commit r4620. 2006-11-07 02:58:57 +00:00
f499676337 Changed player colour for actors to dark gray for Michael.
This was SVN commit r4619.
2006-11-07 02:48:27 +00:00
f11bfa2ff2 This was SVN commit r4618. 2006-11-03 18:08:35 +00:00
761fc3696b This was SVN commit r4617. 2006-11-03 18:07:36 +00:00
e9535d9ed4 This was SVN commit r4616. 2006-11-03 17:31:48 +00:00
ceae1d31d5 This was SVN commit r4615. 2006-11-03 17:25:57 +00:00
c78fc09bb6 #Some wave breaker textures for testing
This was SVN commit r4614.
2006-11-03 16:03:00 +00:00
9b9aa696d5 This was SVN commit r4613. 2006-11-03 02:28:49 +00:00
332bdf0e44 This was SVN commit r4612. 2006-11-03 02:28:32 +00:00
d5fb7668c9 This was SVN commit r4611. 2006-11-03 02:07:40 +00:00
34342cc2cf #Player-colorized the Roman scutum shield designs.
This was SVN commit r4610.
2006-11-03 02:03:04 +00:00
fe24bf440c This was SVN commit r4609. 2006-11-02 02:13:07 +00:00
e4acd21890 #Brand new Philip of Macedon texture.
This was SVN commit r4608.
2006-11-02 01:51:05 +00:00
e733d6106f This was SVN commit r4607. 2006-11-02 01:48:22 +00:00
8577b96960 This was SVN commit r4606. 2006-10-31 23:56:09 +00:00
bcd1313b32 screenshot for Nov 1
This was SVN commit r4605.
2006-10-31 15:09:08 +00:00
4df019a593 - Removed some debug spam.
- Fixed skeleton entity.

This was SVN commit r4604.
2006-10-29 17:22:14 +00:00
christoph
fad6ad4baa This was SVN commit r4603. 2006-10-29 15:51:22 +00:00
christoph
58917f7e70 This was SVN commit r4602. 2006-10-29 15:49:37 +00:00
christoph
2411c771bd skeleton added
This was SVN commit r4601.
2006-10-29 15:48:39 +00:00
christoph
77eded3b45 a secret thing ;)
This was SVN commit r4600.
2006-10-29 15:39:15 +00:00
christoph
7d249c3abc This was SVN commit r4599. 2006-10-29 15:38:09 +00:00
christoph
5c6d0eb2b9 gravestone added
This was SVN commit r4598.
2006-10-29 15:35:52 +00:00
005cc8d355 Renamed ore to metal in C++.
This was SVN commit r4596.
2006-10-26 22:01:26 +00:00
ab4246bb29 Renamed ore to metal in techs.
This was SVN commit r4595.
2006-10-26 22:00:03 +00:00
acea9cc2a3 #Several gameplay changes:
#- Modified female citizen gather rates and aura effects.
#- Units automatically go gather nearby resources when done building a
dropsite.
#- Ore renamed to metal.

This was SVN commit r4594.
2006-10-26 21:35:25 +00:00
c56f6f1055 This was SVN commit r4593. 2006-10-25 20:34:18 +00:00
fd931937b1 This was SVN commit r4592. 2006-10-21 15:43:20 +00:00
fc026b6f30 # fix DLL version retrieval on Win64
fixes #125

I now have Win64, so this problem can be reproduced :D

windows is 'helpful' and transparently redirects accesses to
$winsysdir/drivers. grr. disable that on win64 to solve this problem.
thanks for the report!

This was SVN commit r4590.
2006-10-20 20:33:38 +00:00
b2b5d4aa57 test_archive_builder: fix further trouble with selftest
vfs: initialize initstate (works without, but is more clear this way)

This was SVN commit r4589.
2006-10-20 20:20:57 +00:00
abec0f17b9 # fix to VFS init called from self test
fixes #157
bitten again by the complex tree_shutdown code. now correctly pull rug
(memory) out from under the tree *after* it has emptied itself.

also add an 'am i initialized' indicator to VFS to allow multiple init
and also provide means of squelching the root-dir-set-multiple times
thing

This was SVN commit r4588.
2006-10-20 17:29:55 +00:00
751f0ca377 This was SVN commit r4587. 2006-10-20 08:37:40 +00:00
765fb6f1d7 This was SVN commit r4586. 2006-10-20 08:37:15 +00:00