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



07/02/08:

22:39 Changeset [6175] by Allen Van Wert
  • ps/trunk/binaries/data/mods/official/entities/template_unit_cavalry.xml
  • ps/trunk/binaries/data/mods/official/entities/template_unit_cavalry_melee.xml
  • ps/trunk/binaries/data/mods/official/entities/template_unit_cavalry_melee_spearman.xml
I did some of the celt unit stats: Creation time reduced by 5 Speed …
08:38 Changeset [6174] by michael
  • ps/trunk/binaries/data/mods/official/art/actors/geology/stonemine_desert.xml
  • ps/trunk/binaries/data/mods/official/art/actors/props/units/cape_kart_hannibal.xml
  • ps/trunk/binaries/data/mods/official/art/actors/props/units/heads/head_cynelvin.xml
08:21 Changeset [6173] by Jan Wassenberg
  • ps/trunk/source/lib/sysdep/os/win/wdbg.h
add header and include guard
06:39 Changeset [6172] by Jason
  • ps/trunk/binaries/data/mods/official/art/animation/quadraped/donkey_idle_01.dae
  • ps/trunk/binaries/data/mods/official/art/animation/quadraped/donkey_walk_01.dae
  • ps/trunk/binaries/data/mods/official/art/meshes/skeletal/donkey.dae
Donkey part 1
06:39 Changeset [6171] by Jason
  • ps/trunk/binaries/data/mods/official/art/actors/fauna/donkey.xml
  • ps/trunk/binaries/data/mods/official/art/actors/units/celts/boudicca_chariot.xml
  • ps/trunk/binaries/data/mods/official/art/actors/units/celts/super_unit_3.xml
Chariot meshes and actors
03:49 Changeset [6170] by michael
    00:12 Changeset [6169] by Anton Galitch
    • ps/trunk/source/tools/atlas/AtlasObject/AtlasObjectXML.cpp
    adding needed include

    07/01/08:

    23:43 Changeset [6168] by philip
    • ps/trunk/build/premake/premake.lua
    • ps/trunk/source/lib/sysdep/arch/x86_x64/x86_x64.cpp
    Fixed Linux build more
    22:27 Changeset [6167] by Jan Wassenberg
    • ps/trunk/source/graphics/Color.cpp
    fix inadvertent dependency on sse2
    22:22 Ticket #165 (VFS_MOUNT_ARCHIVABLE is unused) closed by Jan Wassenberg
    fixed: (was fixed during reorg of file code)
    22:19 Ticket #122 (Lowlevel CppDoc) updated by Jan Wassenberg
    Description changed
    (update list)
    22:18 Changeset [6166] by philip
    • ps/trunk/build/premake/premake.lua
    • ps/trunk/source/lib/allocators/aligned_allocator.h
    • ps/trunk/source/lib/sysdep/rtl/gcc/gcc.cpp
    Partly fixed Linux build
    22:11 Ticket #140 (Large Scale C++ design) closed by Jan Wassenberg
    wontfix: We're currently in feature freeze, won't pursue the remaining ideas …
    18:05 Changeset [6165] by simon
    • ps/trunk/source/dcdt/se/se_mesh.cpp
    • ps/trunk/source/dcdt/se/se_mesh.h
    • ps/trunk/source/dcdt/se/se_mesh_io.cpp
    A bunch of constness changes in dcdt to get rid of a few compiler warnings

    06/30/08:

    21:08 Changeset [6164] by Jan Wassenberg
    • ps/trunk/source/graphics/Color.cpp
    • ps/trunk/source/graphics/Color.h
    • ps/trunk/source/graphics/Color_asm.asm
    color conversion: avoid type punning by returning SColor4ub directly. …
    20:19 Changeset [6163] by Jan Wassenberg
    • ps/trunk/build/premake/premake.lua
    • ps/trunk/source/lib/sysdep/os/win/icon.rc
    fix a few remnants of the previous sysdep/win folder location, …
    19:34 Changeset [6162] by Jan Wassenberg
    • ps/trunk/build/premake/premake.lua
    • ps/trunk/libraries/cxxtest/include/cxxtest/Win32Gui.h
    • ps/trunk/source/graphics/Color.cpp
    premake: detect processor architecture from script lib/sysdep: clean …
    19:31 Changeset [6161] by Jan Wassenberg
    • ps/trunk/source/graphics/Unit.cpp
    • ps/trunk/source/graphics/Unit.h
    • ps/trunk/source/graphics/UnitManager.cpp
    workaround for invalidId issue (fixes windows build) class static …
    06:53 Changeset [6160] by michael
    • ps/trunk/binaries/data/mods/official/art/meshes/gaia/tree_senegal_07.dae
    • ps/trunk/binaries/data/mods/official/maps/scenarios/Playtest - Desert Oasis.xml
    06:37 Changeset [6159] by michael
    • ps/trunk/binaries/data/mods/official/art/actors/flora/trees/palm_senegal_date.xml
    • ps/trunk/binaries/data/mods/official/art/actors/props/units/heads/head_hele_healer.xml
    • ps/trunk/binaries/data/mods/official/art/actors/units/carthaginians/cavalry_swordsman_a.xml

    06/29/08:

    23:32 Changeset [6158] by Jan Wassenberg
    • ps/trunk/source/lib/ogl.cpp
    GL functions have stdcall convention on windows, so that needs to be …
    23:24 Changeset [6157] by Jan Wassenberg
    • ps/trunk/source/scripting/JSConversions.cpp
    • ps/trunk/source/scripting/JSConversions.h
    ssize_t specialization issue is hopefully now fixed in a manner …
    12:30 Changeset [6156] by Jan Wassenberg
    • ps/trunk/build/premake/premake.lua
    • ps/trunk/source/lib/allocators/aligned_allocator.h
    • ps/trunk/source/lib/sysdep/rtl
    add system-specific AllocateAligned call (because _mm_malloc isnt as …
    12:15 Changeset [6155] by simon
    • ps/trunk/source/tools/atlas/AtlasUI/ScenarioEditor/Tools/Common/MiscState.h
    Mismatching typedef int ObjectID. All the other places use size_t, so …
    12:13 Changeset [6154] by simon
    • ps/trunk/source/graphics/tests/test_Color.h
    Added simple test for the float->4ub color conversion
    12:12 Changeset [6153] by simon
    • ps/trunk/source/graphics/Unit.cpp
    Even static const's need to be defined, in case the compiler can't …
    11:59 Changeset [6152] by simon
    • ps/trunk/source/lib/res/graphics/ogl_shader.cpp
    Fixed logging of boost::basic_path and a type-punned pointer
    11:54 Changeset [6151] by simon
    • ps/trunk/source/lib/ogl.cpp
    Un-type-pun importExtensionFunctions
    04:48 Changeset [6150] by ewu_swarrington
      04:44 Changeset [6149] by ewu_swarrington

        06/28/08:

        23:49 Changeset [6148] by simon
        • ps/trunk/source/lib/sysdep/tests/test_printf.h
        Const-correctness (less compile warnings)
        22:22 Changeset [6147] by Jan Wassenberg
        • ps/trunk/build/premake/extern_libs.lua
        • ps/trunk/build/premake/premake.lua
        remove test_1_run from solution, rename the other test projects. see …
        22:19 Changeset [6146] by philip
        • ps/trunk/libraries/enet/include/enet/enet.h
        • ps/trunk/libraries/enet/include/enet/win32.h
        • ps/trunk/source/network/NetSession.cpp
        Fixes for ENet compilation
        22:02 Changeset [6145] by Jan Wassenberg
        • ps/trunk/build/premake/extern_libs.lua
        • ps/trunk/libraries/enet/lib/debug
        • ps/trunk/libraries/enet/lib/debug/enet_dbg.lib
        add debug symbols for enet (rationale: see enet/lib/rationale.txt) …
        20:51 Changeset [6144] by simon
        • ps/trunk/source/lib/file/vfs/file_cache.cpp
        Compile fix for newer versions of GCC (>= 4.3)
        20:50 Changeset [6143] by simon
        • ps/trunk/source/lib/tex/tex_dds.cpp
        size_t fixes
        20:44 Changeset [6142] by simon
        • ps/trunk/source/lib/sysdep/amd64/amd64.cpp
        • ps/trunk/source/lib/sysdep/amd64/amd64_abi.inc
        • ps/trunk/source/lib/sysdep/amd64/amd64_asm.asm
        AMD64 assembly modifications for linux
        19:53 Changeset [6141] by Jan Wassenberg
        • ps/trunk/build/premake/extern_libs.lua
        (no rebuild of workspace is required) avoid linker warning about …
        19:51 Changeset [6140] by Jan Wassenberg
        • ps/trunk/source/lib/res/sound/snd_mgr.cpp
        • ps/trunk/source/lib/sysdep/acpi.cpp
        • ps/trunk/source/lib/sysdep/win/wposix/wposix.cpp
        get rid of some instances of type punning (dangerous in the face of …
        19:31 Changeset [6139] by simon
        • ps/trunk/source/lib/sysdep/linux/ldbg.cpp
        uint/size_t fixes
        19:28 Changeset [6138] by simon
        • ps/trunk/source/lib/res/graphics/cursor.cpp
        Indicate load_sys_cursor failed if compiling without system cursor support
        19:23 Changeset [6137] by michael
        • ps/trunk/binaries/data/mods/official/entities/units/cart_hero_maharbal.xml
        19:19 Changeset [6136] by simon
        • ps/trunk/source/lib/lib_errors.h
        UINT_MAX -> ULONG_MAX to avoid truncating negative 64-bit values into …
        19:18 Changeset [6135] by simon
        • ps/trunk/source/lib/lib_api.h
        Fixed annoying "unmatched '" warning on gcc
        19:10 Changeset [6134] by Jan Wassenberg
        • ps/trunk/libraries/enet/include/enet/callbacks.h
        • ps/trunk/libraries/enet/include/enet/enet.h
        • ps/trunk/libraries/enet/include/enet/memory.h
        upgrade to enet 1.2, compiled with vc2005 as static lib
        19:10 Changeset [6133] by simon
        • ps/trunk/source/lib/bits.cpp
        GCC fix (*(u32*)&float_var confuses gcc)
        12:28 Ticket #203 (Combat Crash) closed by Jan Wassenberg
        fixed: Crash is fixed, but there remain underlying issues that need to be …
        12:27 Changeset [6132] by Jan Wassenberg
        • ps/trunk/source/sound/SoundGroupMgr.cpp
        don't crash if SoundMgr is given an invalid index (happens if entities …
        10:37 Changeset [6131] by Jan Wassenberg
        • ps/trunk/binaries/data/mods/official/entities/units/hele_hero_leonidas.xml
        • ps/trunk/binaries/data/mods/official/entities/units/hele_hero_philip.xml
        Fix failure to close Hack resp. Crush tags (see …
        03:09 Changeset [6130] by philip
        • ps/trunk/source/lib/file/archive/archive_zip.cpp
        • ps/trunk/source/lib/res/graphics/ogl_tex.cpp
        • ps/trunk/source/lib/tex/tex_bmp.cpp
        Fixed some integer type conversion warnings.
        03:05 Changeset [6129] by philip
        • ps/trunk/libraries/boost
        • ps/trunk/libraries/boost/include
        • ps/trunk/libraries/boost/include/boost
        Added subset of Boost 1.35.0 from …
        02:54 Changeset [6128] by philip
        • ps/trunk/libraries/boost
        Deleting old Boost
        02:49 Changeset [6127] by philip
        • ps/trunk/build/premake/premake.exe
        • ps/trunk/build/premake/premake.lua
        • ps/trunk/build/premake/src/Src/gnu_cpp.c
        Updated Premake to generate VS2008 project files.
        02:16 Changeset [6126] by michael
        • ps/trunk/binaries/data/mods/official/art/actors/props/units/cape_kart_maharbal.xml
        • ps/trunk/binaries/data/mods/official/art/actors/props/units/shields/kart_buckler_maharbal.xml
        • ps/trunk/binaries/data/mods/official/art/actors/structures/iberians/market.xml

        06/27/08:

        23:32 Changeset [6125] by philip
        • ps/trunk/source/lib/sysdep/win/wseh.cpp
        Changed link in error dialog from bugs.wildfiregames.com to …
        20:13 Changeset [6124] by ewu_swarrington
          20:07 Changeset [6123] by ewu_swarrington
            03:29 Changeset [6122] by ewu_swarrington
              03:26 Changeset [6121] by ewu_swarrington

                06/26/08:

                22:20 Changeset [6120] by Jan Wassenberg
                • ps/trunk/source/dcdt/se/sr_array.h
                • ps/trunk/source/dcdt/se/sr_input.h
                • ps/trunk/source/dcdt/se/sr_output.h
                committing patch from simon (compiles clean on win32, pathfinding …
                22:12 Changeset [6119] by Jan Wassenberg
                • ps/trunk/source/lib/bits.h
                • ps/trunk/source/lib/sysdep/cpu.h
                • ps/trunk/source/lib/sysdep/win/wdbg_heap.cpp
                fixes bits: avoid warning, document ceil_log2 corner case cpu, …
                21:37 Changeset [6118] by sam
                • ps/trunk/binaries/data/mods/official/audio/attack/impact/slingimpmetal_21.ogg
                • ps/trunk/binaries/data/mods/official/audio/attack/impact/slingimpmetal_210.ogg
                • ps/trunk/binaries/data/mods/official/audio/attack/impact/slingimpmetal_211.ogg
                21:07 Changeset [6117] by sam
                • ps/trunk/binaries/data/mods/official/audio/attack/impact/arrowimpstone_21.ogg
                • ps/trunk/binaries/data/mods/official/audio/attack/impact/arrowimpstone_210.ogg
                • ps/trunk/binaries/data/mods/official/audio/attack/impact/arrowimpstone_211.ogg
                09:48 Changeset [6116] by simon
                • ps/trunk/source/graphics/GameView.cpp
                • ps/trunk/source/ps/GameAttributes.cpp
                More uint/size_t fixes
                09:43 Changeset [6115] by simon
                • ps/trunk/source/dcdt/se/0ad_warning_disable.h
                Only use #pragma warning on MSVC
                09:25 Changeset [6114] by simon
                • ps/trunk/source/network/NetLog.cpp
                • ps/trunk/source/network/NetMessage.cpp
                • ps/trunk/source/network/NetMessage.h
                Some uint/size_t compile fixes
                05:29 Changeset [6113] by michael
                • ps/trunk/binaries/data/mods/official/art/textures/terrain/types/biome-desert/desert_forestfloor_palms.dds
                05:24 Changeset [6112] by michael
                • ps/trunk/binaries/data/mods/official/art/textures/skins/gaia/tree_palm_senegal_a.dds
                05:18 Changeset [6111] by michael
                • ps/trunk/binaries/data/mods/official/art/textures/skins/gaia/tree_palm_senegal_a.dds
                05:03 Changeset [6110] by michael
                • ps/trunk/binaries/data/mods/official/art/textures/skins/gaia/tree_palm_senegal_a.dds
                04:58 Changeset [6109] by michael
                • ps/trunk/binaries/data/mods/official/art/textures/skins/gaia/tree_palm_senegal_a.dds
                01:03 Changeset [6108] by ewu_swarrington
                  01:01 Changeset [6107] by philip
                  • ps/trunk/source/gui/MiniMap.cpp
                  • ps/trunk/source/lib/sysdep/linux/lcpu.cpp
                  • ps/trunk/source/lib/sysdep/unix/unix.cpp
                  GCC/Linux build fixes

                  06/25/08:

                  22:37 Changeset [6106] by Jan Wassenberg
                  • ps/trunk/source/lib/sysdep/x86_x64/x86_x64.cpp
                  fix: GCC requires emmintrin.h for _mm_mfence
                  22:34 Changeset [6105] by Jan Wassenberg
                  • ps/trunk/source/network/Client.cpp
                  • ps/trunk/source/network/Client.h
                  • ps/trunk/source/network/NetClient.cpp
                  dacian's network files were not yet completely in SVN. added the …
                  01:35 Changeset [6104] by philip
                  • ps/trunk/source/renderer/TerrainOverlay.cpp
                  • ps/trunk/source/renderer/TerrainOverlay.h
                  • ps/trunk/source/simulation/AStarEngine.cpp
                  Cleaned up TerrainOverlay a little
                  01:28 Changeset [6103] by philip
                  • ps/trunk/source/lib/lib_api.h
                  • ps/trunk/source/lib/sysdep/linux/lcpu.cpp
                  • ps/trunk/source/lib/sysdep/osx/ocpu.cpp
                  Fix some GCC build issues
                  Note: See TracTimeline for information about the timeline view.