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/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)

06/03/04:

21:43 Changeset [394] by kezz
  • ps/trunk/source/main.cpp
kezz - added fmod initialisation code to main.cpp
20:46 Changeset [393] by janwas
  • ps/trunk/source/lib/sysdep/ia32.cpp
  • ps/trunk/source/lib/sysdep/win/wposix.cpp
fixed reference to since removed hrt.h
20:38 Changeset [392] by janwas
  • ps/trunk/source/graphics/Camera.cpp
  • ps/trunk/source/graphics/Frustum.cpp
  • ps/trunk/source/graphics/HFTracer.cpp
added precompiled.h everywhere
20:37 Changeset [391] by janwas
  • ps/trunk/source/lib/sysdep/win/wgl.h
new: windows-specific opengl header (included by ogl.h)
20:36 Changeset [390] by janwas
  • ps/trunk/source/lib/sysdep/win/wposix.cpp
  • ps/trunk/source/lib/sysdep/win/wposix.h
  • ps/trunk/source/lib/sysdep/win/wsock.cpp
cleanup
20:36 Changeset [389] by janwas
  • ps/trunk/source/lib/sysdep/win/hrt.cpp
  • ps/trunk/source/lib/sysdep/win/hrt.h
  • ps/trunk/source/lib/sysdep/win/wtime.cpp
rename hrt -> wtime; emulate POSIX routine with HRT (simplifies timer code)
19:34 Changeset [388] by Simon Brenner
  • ps/trunk/source/ps/XMLUtils.cpp
\ handling for vfs entity resolver.. ugly as hell, but works :P
16:20 Changeset [387] by janwas
  • ps/trunk/source/lib/res/file.cpp
fix stupid mmap bug reported by simon
15:57 Changeset [386] by janwas
  • ps/trunk/source/lib/res/zip.cpp
small interface changes to bring in line with vfs and file
15:57 Changeset [385] by janwas
  • ps/trunk/source/lib/res/vfs.cpp
  • ps/trunk/source/lib/res/vfs.h
documentation! w00t
15:35 Changeset [384] by janwas
  • ps/trunk/source/lib/timer.cpp
restored fminf
15:27 Changeset [383] by Simon Brenner
  • ps/trunk/source/simulation/BaseEntity.cpp
  • ps/trunk/source/simulation/BaseEntity.h
  • ps/trunk/source/simulation/BaseEntityCollection.cpp
Use the VFS wrapper instead of Xerces' local file input source
15:22 Changeset [382] by Simon Brenner
  • ps/trunk/source/graphics/ObjectManager.cpp
Removed mods/official/ prefix now that ObjectEntry is VFS aware
15:20 Changeset [381] by Simon Brenner
  • ps/trunk/source/graphics/ObjectEntry.cpp
Use the VFS Wrapper instead of Xerces' local file input. Use …
15:00 Changeset [380] by Simon Brenner
  • ps/trunk/source/ps/XML.h
  • ps/trunk/source/ps/XMLUtils.cpp
Conventience functions and VFS Wrappers for Xerces
04:20 Changeset [379] by markt
  • ps/trunk/source/graphics/MapReader.cpp
  • ps/trunk/source/lib/timer.cpp
  • ps/trunk/source/renderer/Renderer.cpp
Pathfinding tweaks; coldet fixes.
03:43 Changeset [378] by janwas
  • ps/trunk/source/graphics/Model.h
  • ps/trunk/source/graphics/ObjectManager.cpp
  • ps/trunk/source/graphics/SkeletonAnimManager.cpp
stripped some headers from deprecated prometheus.h => huge rearrange
03:42 Changeset [377] by janwas
  • ps/trunk/source/ps/CConsole.cpp
  • ps/trunk/source/ps/CConsole.h
tiny bit of dox
02:27 Changeset [376] by janwas
  • ps/trunk/source/lib/res/file.cpp
implemented refcount for mmap
02:20 Changeset [375] by janwas
  • ps/trunk/source/graphics/MiniPatch.cpp
  • ps/trunk/source/graphics/ObjectManager.cpp
  • ps/trunk/source/graphics/TextureManager.cpp
fixed a few warnings; updated vfs file enum code
02:19 Changeset [374] by janwas
  • ps/trunk/source/main.cpp
  • ps/trunk/source/ps/CConsole.cpp
  • ps/trunk/source/ps/CConsole.h
animation: console scrolls in from top of screen
02:17 Changeset [373] by janwas
  • ps/trunk/source/lib/res/file.cpp
  • ps/trunk/source/lib/res/file.h
  • ps/trunk/source/lib/res/vfs.cpp
some bulletproofing; completed+documented mmap

06/02/04:

23:50 Changeset [372] by janwas
  • ps/trunk/source/lib/lib.cpp
  • ps/trunk/source/lib/lib.h
moved fminf+fmaxf to sysdep
22:41 Changeset [371] by janwas
  • ps/trunk/source/lib/res/file.cpp
  • ps/trunk/source/lib/res/file.h
  • ps/trunk/source/lib/res/h_mgr.h
updated file mapping (was partially unimplemented)
22:40 Changeset [370] by janwas
  • ps/trunk/source/ps/CConsole.cpp
  • ps/trunk/source/ps/CConsole.h
integrated console with some changes (added input handler and update …
22:39 Changeset [369] by janwas
  • ps/trunk/source/main.cpp
integrated console
21:02 Changeset [368] by janwas
  • ps/trunk/source/lib/misc.cpp
  • ps/trunk/source/lib/misc.h
removed misc.h - name tells me it isn't necessary ;) everything moved …
19:44 Changeset [367] by Simon Brenner
  • ps/trunk/source/workspaces/premake/premake.lua
Linux Changes
19:40 Changeset [366] by janwas
  • ps/trunk/source/lib/lib.h
  • ps/trunk/source/lib/sysdep/win/wsdl.h
fixed incorrect endian detect macro
19:09 Changeset [365] by Simon Brenner
  • ps/trunk/binaries/logs
  • ps/trunk/binaries/logs/0adlogo.jpg
  • ps/trunk/binaries/logs/style.css
Added log css and 0ad logo
18:59 Changeset [364] by janwas
  • ps/trunk/source/graphics/ObjectEntry.cpp
  • ps/trunk/source/lib/lib.cpp
  • ps/trunk/source/lib/lib.h
no message
18:58 Changeset [363] by janwas
  • ps/trunk/source/simulation/BaseEntity.cpp
  • ps/trunk/source/simulation/BaseEntityCollection.cpp
fixed usage of vfs_next_dirent
18:58 Changeset [362] by janwas
  • ps/trunk/source/lib/res/vfs.cpp
CVS dirs are skipped when mounting
18:33 Changeset [361] by janwas
  • ps/trunk/source/lib/res/tex.cpp
fixed *nix libpng include fix
18:29 Changeset [360] by Simon Brenner
  • ps/trunk/source/terrain/terrainMain.cpp
Removed the non-windows fallback initialization now that …
18:28 Changeset [359] by Simon Brenner
  • ps/trunk/source/simulation/EntityProperties.h
Extended the hash_map kludge to detect gcc
18:12 Changeset [358] by janwas
  • ps/trunk/source/lib/res/vfs.cpp
yet more tree_lookup fixes for bug pointed out by simon
18:11 Changeset [357] by Simon Brenner
  • ps/trunk/source/simulation/BaseEntityCollection.h
  • ps/trunk/source/simulation/BoundingObjects.h
  • ps/trunk/source/simulation/Collision.cpp
- Minor GCC compat changes - return( [CLASS]() ); generates a parse …
18:06 Changeset [356] by Simon Brenner
  • ps/trunk/source/simulation/BaseEntityCollection.cpp
Converted to VFS enumeration
17:38 Changeset [355] by Simon Brenner
  • ps/trunk/source/ps/XercesErrorHandler.cpp
Log XML errors to mainlog.html
17:32 Changeset [354] by janwas
  • ps/trunk/source/lib/res/vfs.cpp
fixed tree_lookup - now allows dir names (with optional trailing slash)
17:31 Changeset [353] by Simon Brenner
  • ps/trunk/source/lib/precompiled.cpp
  • ps/trunk/source/lib/precompiled.h
  • ps/trunk/source/lib/res/file.cpp
Linux/GCC compat, a few newlines at end of file, minor changes
17:22 Changeset [352] by Simon Brenner
  • ps/trunk/source/gui/IGUIObject.cpp
ADD_TYPE macro: added the extra macro argument used by the code
17:22 Changeset [351] by Simon Brenner
  • ps/trunk/source/gui/CGUI.cpp
added usage of SDL_BUTTON_WHEELUP/DOWN instead of the win-specific …
17:15 Changeset [350] by Simon Brenner
  • ps/trunk/source/lib/lib.cpp
- endian ifdefs => BYTE_ORDER == BIG_ENDIAN - round moved to …
17:12 Changeset [349] by Simon Brenner
  • ps/trunk/source/lib/lib.h
  • ps/trunk/source/lib/sysdep/sysdep.cpp
  • ps/trunk/source/lib/sysdep/sysdep.h
../lib/lib.cpp
17:03 Changeset [348] by Simon Brenner
  • ps/trunk/source/graphics/MapReader.cpp
  • ps/trunk/source/graphics/MapReader.h
  • ps/trunk/source/graphics/MapWriter.cpp
Minor changes for linux
17:00 Changeset [347] by janwas
  • ps/trunk/source/lib/config.h
  • ps/trunk/source/lib/memcpy.cpp
fixed gcc error with asm code
16:31 Changeset [346] by Simon Brenner
  • ps/trunk/source/lib/config.h
- Added a OS_UNIX define for unix variants (Linux and Mac OS X) - …
16:29 Changeset [345] by Simon Brenner
  • ps/trunk/source/gui/CRadioButton.h
VC6 compat removed for gcc compat ;-)
16:27 Changeset [344] by Simon Brenner
  • ps/trunk/source/graphics/TextureManager.cpp
Converted to VFS directory enum
16:26 Changeset [343] by Simon Brenner
  • ps/trunk/source/graphics/SkeletonAnimManager.cpp
- Added a little logging for successful and failed loading of animations
16:24 Changeset [342] by Simon Brenner
  • ps/trunk/source/graphics/ObjectManager.cpp
  • ps/trunk/source/graphics/ObjectManager.h
- Added a few logging statements (using CLogger) - Converted to use …
12:47 Changeset [341] by kezz
  • ps/trunk/source/workspaces/premake/premake.lua
kezz - added fmod libs to vc workspace
03:08 Changeset [340] by janwas
  • ps/trunk/source/workspaces/required-libraries.txt
no message
03:07 Changeset [339] by janwas
  • ps/trunk/source/lib/res/sound.cpp
  • ps/trunk/source/lib/res/sound.h
now pull in .lib file via source (more convenient than using project …
03:05 Changeset [338] by janwas
  • ps/trunk/binaries/system/fmod.dll
add fmod.dll
01:11 Changeset [337] by kezz
  • ps/trunk/source/workspaces/required-libraries.txt
kezz - added fmod to required libs
00:19 Changeset [336] by kezz
  • ps/trunk/source/lib/res/sound.cpp
  • ps/trunk/source/lib/res/sound.h
kezz - adding preliminary sound code

06/01/04:

22:03 Changeset [335] by acumen
  • ps/trunk/source/lib/misc.h
There was a presumably unnecessary unmatched { in misc.h. Updated it …
19:34 Changeset [334] by janwas
  • ps/trunk/source/graphics/MapReader.cpp
  • ps/trunk/source/graphics/MapWriter.cpp
  • ps/trunk/source/graphics/Terrain.cpp
lots of type fixes; types.h is now a convenience wrapper on top of the …
18:52 Changeset [333] by janwas
  • ps/trunk/source/lib/endian.cpp
  • ps/trunk/source/lib/endian.h
removed - conflicts with headers on *nix. functionality moved into wsdl
18:51 Changeset [332] by janwas
  • ps/trunk/source/maths/MathUtil.cpp
  • ps/trunk/source/maths/MathUtil.h
  • ps/trunk/source/ps/CStr.cpp
removed obsoleted _int etc. typedefs

05/31/04:

22:37 Changeset [331] by notpete
  • ps/trunk/source/sced/BrushShapeEditorDlgBar.cpp
  • ps/trunk/source/sced/BrushShapeEditorDlgBar.h
  • ps/trunk/source/sced/ColorButton.cpp
Moved UI specific code to it's own directory.
17:52 Changeset [330] by notpete
  • ps/trunk/source/terrain/terrainMain.cpp
Removed zoom FOV hack; changed to actually move camera position.
14:21 Changeset [329] by janwas
  • ps/trunk/source/lib/sdl.h
  • ps/trunk/source/lib/sysdep/win/wsdl.cpp
  • ps/trunk/source/lib/sysdep/win/wsdl.h
removed endian.* and rolled it into (w)sdl
02:56 Changeset [328] by janwas
  • ps/trunk/binaries/data/mods/official/art/textures/skins/skeletal/null.png
  • ps/trunk/binaries/data/mods/official/art/textures/skins/skeletal/old null.png
  • ps/trunk/binaries/data/mods/official/art/textures/skins/structural/null.png
replaced broken (?) null.png file
Note: See TracTimeline for information about the timeline view.