Commit Graph

2057 Commits

Author SHA1 Message Date
Wijitmaker b3c83ac2f1 hmm, must this was pointing to the csw instead of the csp, so fixed
This was SVN commit r2186.
2005-04-28 09:21:16 +00:00
janwas 4566893042 add include guards; reflect lockfree.h rename
This was SVN commit r2184.
2005-04-27 16:16:52 +00:00
janwas 0a462622a6 rename to lockfree.*
This was SVN commit r2183.
2005-04-27 16:16:18 +00:00
janwas d91d5a2180 add high level dox
This was SVN commit r2182.
2005-04-27 16:06:05 +00:00
Wijitmaker faf5a942dc removed celt CS swordsman
This was SVN commit r2181.
2005-04-27 12:58:25 +00:00
Wijitmaker a238d018b1 celt shield updates (split into ranks for CS units)
This was SVN commit r2180.
2005-04-27 12:41:53 +00:00
Wijitmaker f31e9d1781 Few celt tweaks
This was SVN commit r2179.
2005-04-27 12:40:58 +00:00
janwas d8f05aee4b implement hash table object; expand test to include that; change all "key"s to uintptr_t
This was SVN commit r2177.
2005-04-26 20:51:43 +00:00
janwas 7327e942d6 replaced Ykkrosh clone with "Clausewitz". exercise for the reader: who's that? >:-)
This was SVN commit r2176.
2005-04-26 20:49:08 +00:00
janwas 8aec300261 fix compile error: #include "GUIText.h" to define CGUIString
This was SVN commit r2175.
2005-04-26 20:29:28 +00:00
janwas caf6915365 stomped on size() -> int warnings
This was SVN commit r2174.
2005-04-26 20:28:36 +00:00
janwas ad6c6c5ca3 major improvements -> LFlist is now production quality. exposed lfl interface.
added multithreaded torture test. revamped shutdown.

This was SVN commit r2173.
2005-04-26 16:51:42 +00:00
janwas 7e23a43249 improved self-test as in lockless.cpp
This was SVN commit r2172.
2005-04-26 16:49:45 +00:00
janwas c5af0c43d9 wposix_types: better standards conformance
wpthread: fix bugs in tls_call_dtors and pthread_create; minor
improvements

This was SVN commit r2171.
2005-04-26 16:49:09 +00:00
janwas 1f237be66b add rand_up_to
This was SVN commit r2170.
2005-04-26 16:47:48 +00:00
Wijitmaker d1aa159215 Ok, updated units to accept the new weapons. Commented out broken roman props on the houses and barracks that were causing errors.
This was SVN commit r2169.
2005-04-26 12:19:55 +00:00
Wijitmaker 5d04d2f9cc Cleaned up the weapons
This was SVN commit r2168.
2005-04-29 13:30:19 +00:00
Fire Giant 4b234213cf Continued to work on the MP session creation GUI. Made some progress, but it doesn't work yet. Commiting to keep the repository in sync.
This was SVN commit r2167.
2005-04-24 01:47:39 +00:00
Gee 9a01db1e31 Added some settings for List and Dropdown
This was SVN commit r2166.
2005-04-23 23:25:07 +00:00
Gee 4d367109c3 Added GUIList
This was SVN commit r2165.
2005-04-23 23:23:06 +00:00
Gee 15f951bfbc CDropDown and the CGUIList type. This code is kind of rough around the edges as of yet. I'll work on it more.
This was SVN commit r2164.
2005-04-23 23:21:54 +00:00
Gee 15759ff4d7 Updated CList to fit JS interface, also added CDropDown in GUI.h
This was SVN commit r2163.
2005-04-23 23:20:50 +00:00
Wijitmaker 4be2ac7839 An assortment of celtic unit updates - biggest is probably the lime head update and completion of the celt jav unit line
This was SVN commit r2162.
2005-04-23 12:12:46 +00:00
Acumen 6e97651c04 Unit training now costs ya (currently a consistent amount of Food/Wood/Stone for every entity, since I'm feeling lazy).
Also check out Mark's funky cursor support for gathering tasks (guess
we'll need cursors for the food gathering methods
(fruit/meat/milk/fish/grain), at some point, though).

This was SVN commit r2161.
2005-04-29 13:30:08 +00:00
MarkT 899cf87b41 This was SVN commit r2159. 2005-04-22 19:14:50 +00:00
Wijitmaker eb6f978ba1 Some celt colorful pants textures
This was SVN commit r2158.
2005-04-22 12:26:07 +00:00
MarkT bcabe3aa53 Script integration work - valueOf() is no longer required most of the time; also property-change watches and enumeration over entities (but not yet other native objects), rudimentary beginnings of a global events system, and adjusted the status orb to update only on changes.
This was SVN commit r2157.
2005-04-22 07:12:55 +00:00
Mythos_Ruler 498d58ee61 This was SVN commit r2156. 2005-04-21 01:40:13 +00:00
Ykkrosh 08921f56b4 Moved icon, so that compilation doesn't depend on anything in 'binaries'
This was SVN commit r2155.
2005-04-20 20:18:20 +00:00
Ykkrosh 58f0ce296e Wondering whether automated builds work again...
This was SVN commit r2154.
2005-04-20 19:54:29 +00:00
Wijitmaker 7f40968760 Updated some stuff. Basic texture for the swordsman, elite javalinist. Got some ideas for making the spearman a bit different than the swordsman. Fixed some entities that I think I broke a few weeks ago by pointing to the wrong actors.
This was SVN commit r2153.
2005-04-20 11:37:37 +00:00
janwas 550bbec3d0 hopefully fixed bug #57 (limit on version info length was too low). while at it, made cpu_type's length externally visible; split sound stuff into sysdep/snd.h (as with gfx, cpu, mem) and in general cleaned up a bit.
This was SVN commit r2151.
2005-04-19 17:07:05 +00:00
janwas 771a9ba0dd label each system_info field (because even I was getting confused :P). nicer network host/IP detect code
This was SVN commit r2150.
2005-04-19 17:04:12 +00:00
janwas 04e7b1b16a fix warning (cast size() to int)
This was SVN commit r2149.
2005-04-19 17:02:57 +00:00
Wijitmaker 59d58c5e75 Helmmet goods
This was SVN commit r2148.
2005-04-29 13:28:36 +00:00
Acumen 3d59ecab85 Train lists now support a basic progress bar and unit counters. Still to come ... Removing entries from the queue by right-clicking buttons, prerequisites and resource costs.
This was SVN commit r2147.
2005-04-19 02:06:18 +00:00
Acumen 3a36e9fa43 Removed Carthaginian Archer at Ken's request.
This was SVN commit r2146.
2005-04-17 15:08:44 +00:00
Mythos_Ruler 6231cc1ac5 This was SVN commit r2145. 2005-04-17 10:57:48 +00:00
Acumen 87e7f61fff Fix for subtype resources (food), so hopefully all resources should be gatherable now.
This was SVN commit r2144.
2005-04-17 06:00:00 +00:00
Acumen 6ae111d0d7 Fix for NaN of resource types. Food resources still outstanding ... I think it's an issue where need to get the value of a supply object's subtype, but the evt .speed is only for the type. Will need to check with Mark.
This was SVN commit r2143.
2005-04-16 17:33:29 +00:00
MarkT 26d3f69ebf Fix to gathering script
This was SVN commit r2142.
2005-04-16 16:05:49 +00:00
Acumen a10ac6b379 Created entities for oak trees and berry bushes.
This was SVN commit r2141.
2005-04-16 15:13:57 +00:00
Acumen a3cb8a322c Little more experimenting with unit training.
This was SVN commit r2140.
2005-04-16 05:45:28 +00:00
Acumen d78afc9628 Update to create pine tree and rock entities to match Jason's revised actors.
This was SVN commit r2139.
2005-04-29 13:27:16 +00:00
Wijitmaker 3b120b0791 pre-emptive fix for missing props for these 2 roman buildings
This was SVN commit r2138.
2005-04-16 03:00:18 +00:00
Wijitmaker 7e98c8e961 clean out the foriage folder - utilizing the randomization - remove broken items (ivy)
Will probably break some props - especially for the propped roman
buidings

This was SVN commit r2137.
2005-04-29 13:27:12 +00:00
Ykkrosh 4c08a07052 Fixed warnings and bug. Updated binaries.
This was SVN commit r2136.
2005-04-15 22:40:15 +00:00
Wijitmaker f99a36fa43 optimizing gaia objects for resources
This was SVN commit r2135.
2005-04-29 13:26:44 +00:00
Wijitmaker 346f033b58 celt_isp_e.xml added
This was SVN commit r2134.
2005-04-15 12:36:06 +00:00
Wijitmaker e12eca6f5d updated sheild textures, colored horses, celt_csw_e.xml update
This was SVN commit r2133.
2005-04-15 12:26:25 +00:00