0ad/source
janwas 3ff0ccc1fa we noticed that vcbuild somehow excludes winit function pointers from components that don't contain externals referenced by the main EXE (i.e. wposix, wnuma, wsock). the solution will include calling enet_initialize (to replace or coexist with wsock), removing wposix (see below) and ignoring wnuma (because apps that use it will need to call its functions).
wposix's sysconf is no longer used because OS X doesn't support some of
the POSIX names, so we had to add os_cpu routines that supplant the use
of sysconf. am now removing the no-longer needed sysconf emulation,
which also gets rid of wposix_Init.

This was SVN commit r7680.
2010-07-03 19:08:18 +00:00
..
collada # Fix use-of-freed-memory bug. 2010-04-18 16:35:06 +00:00
graphics Set each player's default camera location to their civ center. 2010-07-03 13:15:57 +00:00
gui Fix updating of scrollbars on text controls. 2010-07-03 13:12:44 +00:00
i18n MSVC warning fixes 2010-05-25 19:12:00 +00:00
lib we noticed that vcbuild somehow excludes winit function pointers from components that don't contain externals referenced by the main EXE (i.e. wposix, wnuma, wsock). the solution will include calling enet_initialize (to replace or coexist with wsock), removing wposix (see below) and ignoring wnuma (because apps that use it will need to call its functions). 2010-07-03 19:08:18 +00:00
maths # Handle terrain passability and movement costs in pathfinder. 2010-05-27 23:31:03 +00:00
mocks # Rewrite of the game's simulation system 2010-01-09 19:20:14 +00:00
network Add ENet stats to profile viewer. 2010-07-03 13:15:01 +00:00
pch MSVC warning 'fix' 2010-04-19 21:57:56 +00:00
ps Set each player's default camera location to their civ center. 2010-07-03 13:15:57 +00:00
renderer # Refactored the networking code, and redesigned the game setup screen. 2010-06-30 21:41:04 +00:00
scripting # Refactored the networking code, and redesigned the game setup screen. 2010-06-30 21:41:04 +00:00
scriptinterface # Refactored the networking code, and redesigned the game setup screen. 2010-06-30 21:41:04 +00:00
simulation # Support alt+enter to toggle fullscreen mode. Make game window resizable. 2010-06-03 19:07:59 +00:00
simulation2 Fix tokenisation to ignore multiple spaces 2010-07-03 15:21:50 +00:00
sound # Unit animation improvements. 2010-06-05 00:49:14 +00:00
tools Extend tool to check errors in Builder/TrainingQueue lists 2010-07-03 15:50:59 +00:00
contributors.txt Update source contributors list (see #472) 2010-04-14 10:29:14 +00:00
main.cpp # Refactored the networking code, and redesigned the game setup screen. 2010-06-30 21:41:04 +00:00
test_setup.cpp Fix missing includes 2010-01-10 11:31:31 +00:00