1
0
forked from 0ad/0ad
Commit Graph

3552 Commits

Author SHA1 Message Date
66306b553a This was SVN commit r4064. 2006-07-04 07:49:25 +00:00
dd31fa8d6a This was SVN commit r4063. 2006-07-04 07:49:04 +00:00
7e73481a2c This was SVN commit r4062. 2006-07-04 07:47:14 +00:00
266ec3f09d This was SVN commit r4061. 2006-07-04 07:29:24 +00:00
cd444810a5 This was SVN commit r4060. 2006-07-04 04:08:07 +00:00
7fc71ff1e2 This was SVN commit r4059. 2006-07-04 04:06:28 +00:00
7f1b7bd399 Basket texture; tech script. (I must have forgotten to re-add these when restoring the lost SVN revisions.)
This was SVN commit r4058.
2006-07-03 20:07:11 +00:00
b0600a9fd9 #New Hellenes Female Citizen
This was SVN commit r4056.
2006-07-03 00:59:59 +00:00
a0e92ee51c # small fixes
ia32: fix overly zealous error return in ia32_get_call_target
sysdep: more correct definition of fpclassify() (takes into account
argument size)

This was SVN commit r4055.
2006-07-02 20:03:05 +00:00
1422028b72 This was SVN commit r4054. 2006-07-02 06:06:18 +00:00
cf83617d07 This was SVN commit r4053. 2006-07-02 06:02:34 +00:00
62af0ff0f0 Added a simpler entity init function for quasi-entites to speed up simulation init time.
This was SVN commit r4052.
2006-07-02 04:30:33 +00:00
7b13395026 This was SVN commit r4051. 2006-07-01 17:00:32 +00:00
e86526ec2a This was SVN commit r4050. 2006-06-30 12:13:30 +00:00
1f663eaf14 (fix: didn't see compiler error message, oops.)
This was SVN commit r4049.
2006-06-29 22:59:10 +00:00
600adac871 # housekeeping and bugfix in Loader queue
remove old instrumentation, fix warnings, add measured timing results
Loader: bugfix: no more memory leak whenever callback returns a warning
code. this was a loophole in the callback return value docs.

This was SVN commit r4048.
2006-06-29 22:52:50 +00:00
fd38387778 map for basic game testing - feel free to modify as needed (doesn't need to look pretty)
This was SVN commit r4047.
2006-06-28 05:18:50 +00:00
0a0f0905f3 This was SVN commit r4046. 2006-06-28 05:16:24 +00:00
fc81dd9f29 # Cavalry attack animations
This was SVN commit r4045.
2006-06-27 04:46:50 +00:00
Aeros
4b0c04a272 This was SVN commit r4044. 2006-06-26 20:48:45 +00:00
5586f29c5f # housekeeping
remove no longer needed timers and debug_printfs.
delete JSInterface_*Entity.cpp files because they are empty and cause
linker warnings.

This was SVN commit r4043.
2006-06-26 12:47:23 +00:00
f9a4da9c34 This was SVN commit r4042. 2006-06-26 04:35:51 +00:00
468ec68d6b This was SVN commit r4041. 2006-06-26 04:35:38 +00:00
ccb5f540a2 This was SVN commit r4040. 2006-06-26 04:26:52 +00:00
aeed96dafa # improvements to build system for asm files
split ia32_asm code up into memcpy, color
premake: add (windows-only so far) support for NASM include paths -
required when using %include. see rationale in vs.c
refs #124

This was SVN commit r4039.
2006-06-25 20:58:03 +00:00
f2f4ff5fbe This was SVN commit r4038. 2006-06-25 19:01:12 +00:00
6d88e8e129 This was SVN commit r4037. 2006-06-25 19:00:51 +00:00
a23ca48867 This was SVN commit r4036. 2006-06-25 16:58:52 +00:00
77faccb6cb # small fixes.
add translate_free (avoids mem leak in translate API)
debug: when skipping errors but an unexpected one is raised, trigger a
warning.
test_archive_builder: properly clean up archive; decrease number of
files to speed things up.

This was SVN commit r4035.
2006-06-25 15:35:28 +00:00
3b753a4df8 # add cppdoc
refs #122

This was SVN commit r4034.
2006-06-25 15:31:58 +00:00
7582f8fbbc reversed spear
This was SVN commit r4033.
2006-06-25 04:48:19 +00:00
58a8ee13fe This was SVN commit r4032. 2006-06-25 04:32:46 +00:00
93b5e9c27a # Hoplite animations
This was SVN commit r4031.
2006-06-25 04:12:32 +00:00
96d230114e This was SVN commit r4030. 2006-06-25 04:00:58 +00:00
e9c9d47add This was SVN commit r4029. 2006-06-25 04:00:09 +00:00
e4030ec6a2 This was SVN commit r4028. 2006-06-25 03:18:34 +00:00
861f078250 #More tweaks to the Hellenes unit-set.
This was SVN commit r4027.
2006-06-25 03:17:02 +00:00
7c3a9c91fd This was SVN commit r4026. 2006-06-25 00:32:06 +00:00
863fa8c633 This was SVN commit r4025. 2006-06-25 00:23:44 +00:00
8de929fb03 #Tweaks to Greek actors and textures. New Hetairoi textures.
This was SVN commit r4024.
2006-06-24 23:58:27 +00:00
3cce1039d1 #Replaced placeholder cursor art with new and improved cursors.
This was SVN commit r4023.
2006-06-24 22:38:09 +00:00
45af5f0d4f # final self-test fixes; integration complete.
reinstate and fix archive_builder and compression tests.
file: add dir_delete
wdbg_sym: stack trace check is now silent.
Win32Gui: fix indentation

closes #117

This was SVN commit r4022.
2006-06-24 13:41:42 +00:00
7e3265899c # fix errors in self-tests and the code they test. all now run through.
(archive_builder and compression tests are disabled ATM)

also fixed some compile warnings inside cxxtest.

refs #117

This was SVN commit r4021.
2006-06-24 10:44:08 +00:00
7cb82ada2f # lots of housekeeping/fixes
premake: document extra_params
ogl: remove EXT_ symbols, use glext instead
adts: move cache into separate file (also remove old cache impl)
move SDL files in sysdep/win to libraries/SDL
ScopeTimerAccrue: change #ifdef spaghetti into templated policy class
app_hooks, define VOID_FUNC to FUNC(.., (void) )
look at stalk walk code; any reason not to work on Win64?
replace ERR_TEX_CODEC_CANNOT_HANDLE with INFO_* - not an error. also
ERR_SYM_SUPPRESS_OUTPUT ERR_SYM_SINGLE_SYMBOL_LIMIT
wdbg_sym: only import RtlCaptureContext once (not every walk_stack)
add sys_last_error (!GetLastError on win32); converts to text in
display_error, also show sys_last_error and errno
app_hooks: move i18n impl out (belongs in pyrogenesis)
fixes to string_s test.

refs #124

This was SVN commit r4020.
2006-06-23 17:41:55 +00:00
2f065990f6 This was SVN commit r4019. 2006-06-23 02:56:33 +00:00
f67f537fed This was SVN commit r4018. 2006-06-23 02:48:03 +00:00
c63aeeb3df This was SVN commit r4017. 2006-06-23 02:44:26 +00:00
980689e054 Hopefully closes #126 again
This was SVN commit r4016.
2006-06-23 01:06:21 +00:00
04e36e4bef Hopefully closes #126
This was SVN commit r4015.
2006-06-23 01:00:20 +00:00
c97129d711 Added water murkiness parameters to shaders.
This was SVN commit r4014.
2006-06-22 21:11:56 +00:00