1
0
forked from 0ad/0ad
Commit Graph

5025 Commits

Author SHA1 Message Date
1e538aafc1 This was SVN commit r6085. 2008-06-21 09:48:47 +00:00
0b824b64e8 This was SVN commit r6084. 2008-06-21 09:46:27 +00:00
81df44562f I am going to start over on individual units. I removed the remaining alterations I had made.
This was SVN commit r6083.
2008-06-21 09:44:30 +00:00
54d411f9da This was SVN commit r6082. 2008-06-21 06:57:33 +00:00
1c4c3a3d29 This was SVN commit r6081. 2008-06-21 03:42:27 +00:00
52cd6244a8 This was SVN commit r6080. 2008-06-21 03:39:37 +00:00
02c62bd816 This was SVN commit r6079. 2008-06-20 23:28:40 +00:00
4d273682a9 This was SVN commit r6078. 2008-06-20 21:47:22 +00:00
c011f3ae67 This is some of my work on making the movement speeds realistic. I will be working on more individual speed stats for different "tribes" etc.
This was SVN commit r6077.
2008-06-20 15:26:46 +00:00
ca6a39a4ef This was SVN commit r6076. 2008-06-20 02:02:25 +00:00
8e700751b5 This was SVN commit r6075. 2008-06-20 01:35:53 +00:00
90606a5e4d This was SVN commit r6074. 2008-06-19 18:58:35 +00:00
73552d097c This was SVN commit r6072. 2008-06-19 04:51:31 +00:00
da1b84d799 This was SVN commit r6071. 2008-06-19 04:49:34 +00:00
42564e6670 This was SVN commit r6070. 2008-06-19 03:45:08 +00:00
3899616106 This was SVN commit r6069. 2008-06-19 03:37:52 +00:00
4b9f3022ca This was SVN commit r6068. 2008-06-18 21:04:07 +00:00
015683fe02 This was SVN commit r6067. 2008-06-18 20:47:07 +00:00
b61279387b This was SVN commit r6066. 2008-06-18 20:23:59 +00:00
a4060e3914 This was SVN commit r6065. 2008-06-18 20:19:28 +00:00
27f7659dc0 This was SVN commit r6064. 2008-06-18 19:41:34 +00:00
f7e4859c02 This was SVN commit r6063. 2008-06-18 19:41:20 +00:00
a36f0ac3fc This was SVN commit r6062. 2008-06-18 19:38:10 +00:00
35ec7d799f revert changes from b2002824d2 that appear to have committed files from an svn repo to the 0ad svn.
(i've contacted boris and also have a backup of the files)

This was SVN commit r6059.
2008-06-18 17:18:58 +00:00
1ea6facb45 This was SVN commit r6058. 2008-06-18 05:59:00 +00:00
6b95f09afd This was SVN commit r6057. 2008-06-18 05:57:48 +00:00
ffe07cdfb3 This was SVN commit r6056. 2008-06-18 05:50:51 +00:00
e65da1d5ab This was SVN commit r6055. 2008-06-18 05:45:06 +00:00
f76042bdff This was SVN commit r6054. 2008-06-18 05:40:16 +00:00
a42774e5ca This was SVN commit r6052. 2008-06-18 05:01:01 +00:00
e9bba53e9a This was SVN commit r6051. 2008-06-18 04:13:12 +00:00
8ac9313a39 helmets and cavalry death animation
This was SVN commit r6050.
2008-06-18 04:06:02 +00:00
12aa0088b5 This was SVN commit r6049. 2008-06-18 04:04:23 +00:00
36665aca7a This was SVN commit r6048. 2008-06-18 04:02:55 +00:00
782214b428 This was SVN commit r6047. 2008-06-18 04:01:06 +00:00
17c2fa3f8c This was SVN commit r6046. 2008-06-18 02:00:56 +00:00
029c773be7 This was SVN commit r6045. 2008-06-18 01:34:30 +00:00
e232619573 This was SVN commit r6044. 2008-06-18 01:33:51 +00:00
f721185c00 Dae Files
This was SVN commit r6043.
2008-06-18 01:08:57 +00:00
e364a26a3f fixes:
- Xeromyces filename had been changed to VfsPath but was still being
passed to LOG() without .string().c_str()
- CPUID.4 is "reserved" on AMD, they require a separate codepath for
determining cache parameters.

This was SVN commit r6040.
2008-06-17 18:27:19 +00:00
5900694562 This was SVN commit r6039. 2008-06-17 18:20:25 +00:00
17b7148f51 This was SVN commit r6038. 2008-06-17 18:17:07 +00:00
65ab12fe41 This was SVN commit r6037. 2008-06-17 00:05:26 +00:00
Vaevictis
b2002824d2 This was SVN commit r6036. 2008-06-16 23:30:27 +00:00
443007ff99 This was SVN commit r6035. 2008-06-16 22:59:06 +00:00
cf2f61e19a fix Zip archive creation code (note: just the low-level archive code; "vfs_optimizer" is still inoperational)
archive_zip: truncate requires full path; 7-zip apparently relies on
ECDR.m_cd_numEntriesOnDisk
codec: re-enable checksum generation (both explorer and 7-z demand that
CRC be computed)
codec, codec_zlib, stream: wasn't counting the number of output bytes
generated during Finish()

This was SVN commit r6034.
2008-06-16 20:33:47 +00:00
67d43e45ab fix soundGroup paths for "lumbering"
*.js: update constants to their new values as defined by dacian's
netcode

This was SVN commit r6031.
2008-06-16 18:41:19 +00:00
028a92375f fixes from work:
- aligned_allocator.h: use _mm_malloc instead of _aligned_malloc
(somewhat more portable)
bits: fix incorrect handling of bit_mask(0)
- archive_zip.cpp: fix ArchiveWriter_Zip (wasn't opening its output
file, ECDR record wasn't at end of file due to padding)
- io_align.cpp: move routines to header (DLL export)
- wdbg_heap.cpp: avoid crash in report hook if CRT memory block is
invalid

This was SVN commit r6030.
2008-06-16 18:36:36 +00:00
2b4f3416a8 SimulationScriptInit.cpp: add missing headers
SoundGroup.cpp: fix: avoid invalid-handle complaints if quickstart has
disabled sound

This was SVN commit r6029.
2008-06-16 18:33:47 +00:00
b0a6d6dca8 committing the current status of dacian's new network code on matei's request
also includes sound support.

GameSetup: ensure all ScriptingInit are called; moved simulation
ScriptingInits and init/shutdown to SimulationScriptInit.cpp (reduces
#includes)

This was SVN commit r6028.
2008-06-16 18:19:35 +00:00