This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Timeline



06/11/04:

20:35 Changeset [484] by janwas
  • ps/trunk/source/workspaces/required-libraries.txt
added delayimp fix for VC6 compiler hybrid
20:02 Changeset [483] by janwas
  • ps/trunk/source/main.cpp
add another checkpoint for timing; remove GetSingletonPtr (now uses …
19:58 Changeset [482] by janwas
  • ps/trunk/source/ps/XMLUtils.cpp
no longer use debug xerces dll - heap conflict! (it links against msvcrtd)
19:55 Changeset [481] by janwas
  • ps/trunk/source/lib/sysdep/win/win_internal.h
  • ps/trunk/source/lib/sysdep/win/wposix.h
make possible DLL CRT (declare CRT funcs as _CRTIMP)
06:07 Changeset [480] by ben
  • ps/trunk/source/ape/readme.txt
First commit of APE files
05:24 Changeset [479] by ben
  • ps/trunk/source/ape/main.cpp
First commit of APE files
05:11 Changeset [478] by ben
  • ps/trunk/source/ape
  • ps/trunk/source/ape/ape.dsp
  • ps/trunk/source/ape/ape.dsw
First commit of APE files
04:55 Changeset [477] by Simon Brenner
  • ps/trunk/source/ps/CStr.cpp
  • ps/trunk/source/ps/CStr.h
Added the UniDoubler; this means that code can use CStr or CStr8 for …
04:23 Changeset [476] by Simon Brenner
  • ps/trunk/source/gui/IGUIScrollBarOwner.h
  • ps/trunk/source/ps/Config.h
CStr namespace de-pollution; added namespace qualifiers
04:20 Changeset [475] by Simon Brenner
  • ps/trunk/source/graphics/ParticleEmitter.cpp
  • ps/trunk/source/gui/GUItext.cpp
CStr namespace de-pollution; added using namespace to source
04:18 Changeset [474] by Simon Brenner
  • ps/trunk/source/ps/UniDoubler.h
UniDoubler.h initial commit
04:14 Changeset [473] by janwas
  • ps/trunk/source/graphics/HFTracer.h
  • ps/trunk/source/graphics/MapReader.cpp
  • ps/trunk/source/graphics/MapWriter.cpp
newline stomper and fixed warnings
04:12 Changeset [472] by janwas
  • ps/trunk/source/workspaces/premake/premake.lua
delay-load dlls
04:08 Changeset [471] by janwas
  • ps/trunk/source/workspaces/update-workspaces.bat
removed pause
00:28 Changeset [470] by markt
  • ps/trunk/binaries/data/mods/official/entities/templates/Deciduous Tree 1.xml
  • ps/trunk/binaries/data/mods/official/entities/templates/Prometheus Dude.xml
Miscellaneous property changes.
00:24 Changeset [469] by markt
  • ps/trunk/source/graphics/TextureEntry.cpp
  • ps/trunk/source/lib/res/file.cpp
  • ps/trunk/source/main.cpp
JS Interface to entities. It even partially works now.

06/10/04:

11:58 Changeset [468] by philip
  • ps/trunk/source/terrain/terrainMain.cpp
Added two new camera movement system (change the #define to select …
11:57 Changeset [467] by philip
  • ps/trunk/source/lib/sysdep/win/wsdl.cpp
Added VK_CONTROL/_ALT/_MENU mappings onto SDLK_LCTRL/etc (I can't find …
00:47 Changeset [466] by Simon Brenner
  • ps/trunk/source/scripting/ScriptingHost.cpp
take two.. the typedefs should match now - hopefully on both VC++ and GCC
00:38 Changeset [465] by Simon Brenner
  • ps/trunk/source/lib/res/file.cpp
some toe-stepping that evidently resulted in two prot variables :P

06/09/04:

20:02 Changeset [464] by janwas
  • ps/trunk/source/main.cpp
  • ps/trunk/source/terrain/terrainMain.cpp
main now displays g_CameraZoom
19:59 Changeset [463] by janwas
  • ps/trunk/source/lib/glext_funcs.h
now includes wglext for "proper" definition of win-specific funcs
19:56 Changeset [462] by janwas
  • ps/trunk/source/lib/precompiled.h
added xerces headers (speeds up build a bit)
19:56 Changeset [461] by janwas
  • ps/trunk/source/simulation/EntityStateProcessing.cpp
added hack to CEntity::processGotoNoPathing - avoids BC warning in the …
18:10 Changeset [460] by janwas
  • ps/trunk/source/lib/res/file.cpp
fail file_map requests for empty files (avoids bc warning)
18:09 Changeset [459] by janwas
  • ps/trunk/source/lib/res/font.cpp
glprintf: ignore empty strings (avoids bc warning)
17:52 Changeset [458] by janwas
  • ps/trunk/source/lib/sysdep/win/wdetect.cpp
not freeing dll after manual import; allows delay load
17:50 Changeset [457] by janwas
  • ps/trunk/source/lib/sysdep/win/wsock.cpp
clean up test delayload hook. very tricky - automagically calls …
17:48 Changeset [456] by janwas
  • ps/trunk/source/lib/sysdep/win/wgl.h
some fixes to coexist with windows.h, if included from win-specific …
17:45 Changeset [455] by janwas
  • ps/trunk/source/lib/sysdep/win/win.cpp
support for delay loading
17:45 Changeset [454] by janwas
  • ps/trunk/source/lib/sysdep/win/wfam.cpp
fix bc warnings (RDC params)
17:44 Changeset [453] by janwas
  • ps/trunk/source/lib/sysdep/win/wtime.cpp
remove winmm dependency (timeSetEvent -> thread)
17:43 Changeset [452] by janwas
  • ps/trunk/source/lib/sysdep/win/wsdl.cpp
fix boundschecker warning (was resetting gamma ramp after shutdown)
16:58 Changeset [451] by Simon Brenner
  • ps/trunk/source/ps/ConfigDB.cpp
line-reader loop without strtok_r (which doesn't exist on windows) …
16:11 Changeset [450] by Simon Brenner
  • ps/trunk/source/lib/lib.cpp
read_le16/32 can't be inline in source and extern in header - gcc …
16:10 Changeset [449] by Simon Brenner
  • ps/trunk/source/main.cpp
Moved -xres and -yres into ParseArgs, added ConfigDB init (and …
16:03 Changeset [448] by Simon Brenner
  • ps/trunk/source/workspaces/premake/premake.lua
Added libfam to linux link options
16:02 Changeset [447] by Simon Brenner
  • ps/trunk/source/scripting/ScriptGlue.h
  • ps/trunk/source/scripting/ScriptingHost.cpp
GCC/linux compat (required extern qualifier, int/JSInt32 conversion)
16:01 Changeset [446] by Simon Brenner
  • ps/trunk/source/ps/XercesErrorHandler.cpp
Added correct XML String conversion - was leaking memory, and added …
15:56 Changeset [445] by Simon Brenner
  • ps/trunk/source/ps/XML.h
XMLTranscode param change (CStr => const char * - handle both types of …
15:55 Changeset [444] by Simon Brenner
  • ps/trunk/source/ps/CConsole.cpp
  • ps/trunk/source/ps/CConsole.h
GCC/linux compat
15:53 Changeset [443] by Simon Brenner
  • ps/trunk/source/ps/ConfigDB.cpp
  • ps/trunk/source/ps/ConfigDB.h
Config Database, initial commit
15:49 Changeset [442] by Simon Brenner
  • ps/trunk/source/lib/res/file.cpp
GCC compat (init skipped by goto)
15:48 Changeset [441] by Simon Brenner
  • ps/trunk/source/lib/res/res.cpp
GCC compat
15:46 Changeset [440] by Simon Brenner
  • ps/trunk/source/lib/ogl.h
_WIN32 ifdefs around wglext.h include
15:46 Changeset [439] by Simon Brenner
  • ps/trunk/source/lib/lib.h
Linux/unix debug macros
15:44 Changeset [438] by Simon Brenner
  • ps/trunk/source/lib/res/vfs.cpp
Fixed path_validate debug statement
15:43 Changeset [437] by Simon Brenner
  • ps/trunk/source/lib/sysdep/sysdep.h
str[n]icmp => str[n]casecmp on non-windows
15:41 Changeset [436] by Simon Brenner
  • ps/trunk/source/ps/XMLUtils.cpp
Entity resolver cleanup (relative paths kludge)
15:35 Changeset [435] by janwas
  • ps/trunk/source/ps/CConsole.cpp
  • ps/trunk/source/ps/CConsole.h
fixed for loop variable, delete-ing malloc-ed memory, several memory …
14:45 Changeset [434] by janwas
  • ps/trunk/source/gui/CGUI.cpp
  • ps/trunk/source/gui/CGUI.h
  • ps/trunk/source/ps/XML.h
moved all xerces includes into XML.h (rationale: they're in the PCH - …
04:42 Changeset [433] by alan
  • ps/trunk/binaries/system/js32.dll
Rebuilt js.dll to remove dependancy to mscrt dll

06/08/04:

22:41 Changeset [432] by janwas
  • ps/trunk/source/main.cpp
added instrumentation for startup time - hack
22:37 Changeset [431] by janwas
  • ps/trunk/source/lib/sysdep/win/wsock.cpp
investigating delay loading; mess
22:36 Changeset [430] by janwas
  • ps/trunk/source/lib/sysdep/win/win.cpp
added timestamp to measure startup time
22:35 Changeset [429] by janwas
  • ps/trunk/source/lib/sysdep/win/wposix.h
added getcwd
20:50 Changeset [428] by notpete
  • ps/trunk/source/renderer/PBuffer.cpp
  • ps/trunk/source/renderer/PBuffer.h
Redundant; removed.
17:22 Changeset [427] by janwas
  • ps/trunk/source/lib/sysdep/win/wfam.cpp
  • ps/trunk/source/lib/sysdep/win/wfam.h
implementation complete, hopefully :P
17:21 Changeset [426] by janwas
  • ps/trunk/source/lib/res/vfs.cpp
  • ps/trunk/source/lib/res/vfs.h
added vfs_get_path (bad name) - returns the VFS path to a given real …
17:18 Changeset [425] by janwas
  • ps/trunk/source/lib/res/res.cpp
  • ps/trunk/source/lib/res/res.h
auto-reload finished (last remaining problem: translating OS paths to VFS)
17:16 Changeset [424] by janwas
  • ps/trunk/source/lib/res/file.cpp
  • ps/trunk/source/lib/res/file.h
export path conversion function for res.cpp interaction with FAM
14:10 Changeset [423] by janwas
  • ps/trunk/source/graphics/MiniPatch.cpp
  • ps/trunk/source/graphics/Model.cpp
  • ps/trunk/source/graphics/ObjectEntry.cpp
ran newline stomper; no real changes
14:00 Changeset [422] by janwas
  • ps/trunk/source/ps/XMLUtils.cpp
fixed undefined label and type conversion warnings (cast to uint and …
13:50 Changeset [421] by janwas
  • ps/trunk/source/renderer/VertexBuffer.cpp
  • ps/trunk/source/renderer/VertexBufferManager.cpp
added precompiled.h. these need to be newline-fixed also!

06/07/04:

22:12 Changeset [420] by notpete
  • ps/trunk/source/terrain/terrainMain.cpp
Fixed some assumptions PATCH_SIZE is 16.
22:07 Changeset [419] by notpete
  • ps/trunk/source/sced/AlterElevationCommand.cpp
  • ps/trunk/source/sced/BrushShapeEditorTool.cpp
  • ps/trunk/source/sced/BrushTool.cpp
Moved "res" directory; updated ScEd source to accomodate engine changes.
22:03 Changeset [418] by notpete
  • ps/trunk/source/graphics/ObjectEntry.cpp
Removed Xerces initialisation; added some prop-related logging for errors.
22:01 Changeset [417] by notpete
  • ps/trunk/source/graphics/ObjectEntry.h
Constructor added to CObjectEntry::Anim.
22:00 Changeset [416] by notpete
  • ps/trunk/source/graphics/Model.cpp
Modified to calculate bone transformation matrices in world space, …
21:59 Changeset [415] by notpete
  • ps/trunk/source/graphics/MiniPatch.cpp
  • ps/trunk/source/graphics/Patch.cpp
  • ps/trunk/source/graphics/Patch.h
Fixed some assumptions PATCH_SIZE is 16.
21:57 Changeset [414] by notpete
  • ps/trunk/source/graphics/MapWriter.cpp
Minor change for modified CTextureEntry interface.
21:57 Changeset [413] by notpete
  • ps/trunk/source/graphics/MapReader.cpp
Minor change to support on-demand texture loading; fixed backwards …
21:56 Changeset [412] by notpete
  • ps/trunk/source/graphics/TextureEntry.cpp
  • ps/trunk/source/graphics/TextureEntry.h
  • ps/trunk/source/graphics/TextureManager.cpp
Support for loading texture data on data, rather than loading all …
21:53 Changeset [411] by notpete
  • ps/trunk/source/renderer/ModelRData.cpp
  • ps/trunk/source/renderer/ModelRData.h
  • ps/trunk/source/renderer/PatchRData.cpp
Reworked model and terrain rendering to use new VertexBuffer classes; …
21:52 Changeset [410] by notpete
  • ps/trunk/source/renderer/VertexBuffer.cpp
  • ps/trunk/source/renderer/VertexBuffer.h
  • ps/trunk/source/renderer/VertexBufferManager.cpp
Initial revision.
21:51 Changeset [409] by notpete
  • ps/trunk/source/main.cpp
Moved Xerces initialisation out of CObjectEntry to here (still need to …
12:45 Changeset [408] by Simon Brenner
  • ps/trunk/source/workspaces/update-workspaces.sh
Unix/Linux update script
02:04 Changeset [407] by janwas
  • ps/trunk/source/lib/res/vfs.cpp
fix empty-statement warning (i.e. comment out - that spot isn't …
02:04 Changeset [406] by janwas
  • ps/trunk/source/lib/res/res.cpp
  • ps/trunk/source/lib/res/res.h
now responsible for watching mountings for changes via FAM
01:59 Changeset [405] by janwas
  • ps/trunk/source/main.cpp
written against new res.cpp reload interface
01:58 Changeset [404] by janwas
  • ps/trunk/source/lib/sysdep/win/wfam.cpp
  • ps/trunk/source/lib/sysdep/win/wfam.h
more faithfully emulating the real FAM now (keeping track of watches …
01:58 Changeset [403] by janwas
  • ps/trunk/source/lib/sysdep/win/wgl.h
fixed ICC warning about func decl
01:57 Changeset [402] by janwas
  • ps/trunk/source/terrain/terrainMain.cpp
removed FOV zoom hack (harking back to terrain demo) - rich has …

06/04/04:

19:47 Changeset [401] by janwas
  • ps/trunk/source/lib/res/vfs.cpp
  • ps/trunk/source/lib/res/zip.cpp
  • ps/trunk/source/main.cpp
more header fixes
19:44 Changeset [400] by janwas
  • ps/trunk/source/lib/res/res.cpp
  • ps/trunk/source/lib/res/res.h
initial code using FAM API. unfinished; one problem remaining is how …
19:44 Changeset [399] by janwas
  • ps/trunk/source/lib/sysdep/win/wfam.cpp
  • ps/trunk/source/lib/sysdep/win/wfam.h
now emulates FAM API so other code can use one interface. implemented …
19:23 Changeset [398] by janwas
  • ps/trunk/source/renderer/PBuffer.cpp
added headers (needed if !HAVE_PCH)
18:06 Changeset [397] by janwas
  • ps/trunk/source/lib/config.h
re-enabled HAVE_PCH (disabled for testing - oops)
14:41 Changeset [396] by janwas
  • ps/trunk/source/lib/adts.h
  • ps/trunk/source/lib/config.h
  • ps/trunk/source/lib/input.cpp
(re)added headers so it'll work without HAVE_PCH
04:19 Changeset [395] by janwas
  • ps/trunk/source/workspaces/premake/premake.exe
  • ps/trunk/source/workspaces/premake/premake.lua
now supports PCH (see announcements)
Note: See TracTimeline for information about the timeline view.