2025-08-14 14:26 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop c5264d2e
Timestamp: 2010-10-21 21:43:47
Author: hoijui
Details ] Diff ]
get rid of `goto`
mod - rts/Sim/MoveTypes/AirMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/AirMoveType.h Diff ] File ]
mod - rts/System/Sync/Logger.cpp Diff ] File ]
mod - rts/lib/streflop/libm/flt-32/k_rem_pio2f.cpp Diff ] File ]
develop 42ec00c8
Timestamp: 2010-10-21 21:41:29
Author: hoijui
Details ] Diff ]
cleanup
* const-ification
* formatting
* do not override var (`pos` renamed to `posToBe`)
mod - rts/Sim/MoveTypes/AAirMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/AAirMoveType.h Diff ] File ]
mod - rts/Sim/MoveTypes/AirMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/AirMoveType.h Diff ] File ]
mod - rts/Sim/MoveTypes/TAAirMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/TAAirMoveType.h Diff ] File ]
develop 3a986c4b
Timestamp: 2010-10-21 19:14:24
Author: zerver
Details ] Diff ]
Attempt to fix mantis 0002181 [crash due to invalid lastAttacker]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.h Diff ] File ]
mod - rts/Sim/Units/UnitTypes/Builder.cpp Diff ] File ]
mod - rts/Sim/Units/UnitTypes/Builder.h Diff ] File ]
mod - rts/Sim/Units/UnitTypes/Factory.cpp Diff ] File ]
mod - rts/Sim/Units/UnitTypes/TransportUnit.cpp Diff ] File ]
develop 397999d6
Timestamp: 2010-10-21 15:09:06
Author: hoijui
Details ] Diff ]
cleanup
* const-ification
* formatting
* documentation
* rearrange order in class (separating methods and vars, ctor first, keep var order)
mod - rts/Game/SelectedUnits.cpp Diff ] File ]
mod - rts/Game/SelectedUnits.h Diff ] File ]
mod - rts/Game/SelectedUnitsAI.cpp Diff ] File ]
mod - rts/Game/SelectedUnitsAI.h Diff ] File ]
mod - rts/Sim/Projectiles/Projectile.h Diff ] File ]
mod - rts/Sim/Projectiles/Unsynced/RepulseGfx.cpp Diff ] File ]
mod - rts/Sim/Projectiles/WeaponProjectiles/LightningProjectile.cpp Diff ] File ]
mod - rts/Sim/Projectiles/WeaponProjectiles/WeaponProjectile.cpp Diff ] File ]
mod - rts/Sim/Weapons/Weapon.cpp Diff ] File ]
mod - rts/System/Object.h Diff ] File ]
develop b88b48b4
Timestamp: 2010-10-21 13:14:55
Author: hoijui
Details ] Diff ]
adjust log message [minor]
mod - cont/LuaUI/widgets.lua Diff ] File ]
develop fd2df5b3
Timestamp: 2010-10-21 13:14:19
Author: hoijui
Details ] Diff ]
cleanup
* remove unimplemented method `hitByWeaponIdCallback`
* remove unused method `LogMessage`
* use `const float3&` instead of `float3` in method `Drop`
* use correct types in initializers
* add missing initializers
* formatting
mod - rts/Sim/Units/COB/CobInstance.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.h Diff ] File ]
develop b2671a89
Timestamp: 2010-10-21 12:24:04
Author: abma
Details ] Diff ]
print name of loaded widget before it loads to infolog.txt

* this allows easier identifying broken widgets (for example. area-mex hangs on map pornstar and doesn't output anything)
mod - cont/LuaUI/widgets.lua Diff ] File ]
develop 96360caf
Timestamp: 2010-10-20 23:58:27
Author: hoijui
Details ] Diff ]
adjust unitsync and Java-AIInterface lib extension under OS X [fix]
mod - AI/Interfaces/Java/CMakeLists.txt Diff ] File ]
mod - tools/unitsync/CMakeLists.txt Diff ] File ]
develop 797eac93
Timestamp: 2010-10-20 23:47:51
Author: hoijui
Details ] Diff ]
use narrower include
mod - rts/Sim/Units/CommandAI/CommandQueue.h Diff ] File ]
develop fb9c3e5a
Timestamp: 2010-10-20 23:44:48
Author: hoijui
Details ] Diff ]
fix comment typo [CMake] [minor]
mod - rts/build/cmake/Util.cmake Diff ] File ]
develop 2205bac5
Timestamp: 2010-10-20 23:42:27
Author: hoijui
Details ] Diff ]
addr2line needs the absolute address for `*.exe`, but the relative one for `*.dll` [fix]
mod - rts/System/Platform/Win/CrashHandler.cpp Diff ] File ]
develop 533f8b3d
Timestamp: 2010-10-20 23:25:08
Author: Tobi Vollebregt
Details ] Diff ]
buildbot: stacktrace translator: use -j .text only for modules ending with .dll
mod - buildbot/stacktrace_translator/stacktrace_translator.py Diff ] File ]
develop 4ba24958
Timestamp: 2010-10-20 23:07:38
Author: Tobi Vollebregt
Details ] Diff ]
buildbot: stacktrace translator: 3 fixes

- regex to capture module address matched `(symbolName+offset)' too
- regex to find files with debugging data didn't match any of the spring-*.exe
- work around a bug in Spring 0.82.6 and 0.82.6.1 that subtracts 0x400000 from
all addresses (it should only subtract from DLL addresses)
mod - buildbot/stacktrace_translator/stacktrace_translator.py Diff ] File ]
develop 0ec37b2f
Timestamp: 2010-10-19 15:17:32
Author: hoijui
Details ] Diff ]
fix install when pandoc is not installed [CMake]
mod - doc/CMakeLists.txt Diff ] File ]
develop 45cc9e0f
Timestamp: 2010-10-19 15:16:20
Author: hoijui
Details ] Diff ]
minor adjustment in FindPandoc script [CMake]
mod - rts/build/cmake/FindPandoc.cmake Diff ] File ]
develop eed732c4
Timestamp: 2010-10-19 15:14:22
Author: hoijui
Details ] Diff ]
also give S3O model name in error message when a texture is missing [mantis#2178]
mod - rts/Rendering/FeatureDrawer.cpp Diff ] File ]
mod - rts/Rendering/ProjectileDrawer.cpp Diff ] File ]
mod - rts/Rendering/Textures/S3OTextureHandler.cpp Diff ] File ]
mod - rts/Rendering/Textures/S3OTextureHandler.h Diff ] File ]
mod - rts/Rendering/UnitDrawer.cpp Diff ] File ]
develop d9fd2fc6
Timestamp: 2010-10-18 18:29:45
Author: abma
Details ] Diff ]
installer fix/cleanup for README.html
mod - installer/sections/docs.nsh Diff ] File ]
develop 78bf124e
Timestamp: 2010-10-18 18:12:45
Author: abma
Details ] Diff ]
show warning message on installer creating,
when README.html doesn't exist + cleanup
mod - doc/CMakeLists.txt Diff ] File ]
rm - doc/generated/README.html Diff ] File ]
mod - installer/sections/docs.nsh Diff ] File ]
develop fa4f6c42
Timestamp: 2010-10-18 17:46:50
Author: abma
Details ] Diff ]
(fix) create readme only when changed
mod - doc/CMakeLists.txt Diff ] File ]
develop 902b6453
Timestamp: 2010-10-18 17:28:33
Author: abma
Details ] Diff ]
fix install path of README.html (thanks hoijui)
mod - doc/CMakeLists.txt Diff ] File ]
develop 63b83b65
Timestamp: 2010-10-18 16:19:43
Author: abma
Details ] Diff ]
fix output dir of README.html + more verbose
mod - doc/CMakeLists.txt Diff ] File ]
develop 5c973362
Timestamp: 2010-10-18 16:00:32
Author: abma
Details ] Diff ]
add missing rts/build/cmake/FindPandoc.cmake
add - rts/build/cmake/FindPandoc.cmake Diff ] File ]
develop b868c224
Timestamp: 2010-10-18 15:36:22
Author: abma
Details ] Diff ]
copy static html file if pandoc isn't found
mod - doc/CMakeLists.txt Diff ] File ]
develop 23462c67
Timestamp: 2010-10-18 15:29:23
Author: abma
Details ] Diff ]
update userdocs

* removed old userdocs
* create README.html from README.markdown
* use new file in installer
* use doc/generated/README.html if pandoc isn't found (needs manual update from time to time)
mod - doc/CMakeLists.txt Diff ] File ]
add - doc/generated/README.html Diff ] File ]
rm - doc/userdocs/FAQ.html Diff ] File ]
rm - doc/userdocs/GettingStarted.html Diff ] File ]
rm - doc/userdocs/Legal.html Diff ] File ]
rm - doc/userdocs/MoreInfo.html Diff ] File ]
rm - doc/userdocs/main.html Diff ] File ]
mod - installer/sections/docs.nsh Diff ] File ]
mod - installer/spring.nsi Diff ] File ]
develop c58c1ba3
Timestamp: 2010-10-18 12:41:31
Author: hoijui
Details ] Diff ]
cleanup (no logic changed)
mod - rts/Rendering/ProjectileDrawer.cpp Diff ] File ]
mod - rts/Rendering/ProjectileDrawer.hpp Diff ] File ]
mod - rts/Rendering/UnitDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitDrawer.h Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 566 567 568 569 570 571 572 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last