Changesets: spring
develop 740ae6e9
Timestamp: 2011-07-15 12:53:45 Author: hoijui [ Details ] [ Diff ] |
make FileFilter.cpp compile again with CMake [fix] | ||
mod - rts/System/FileSystem/FileFilter.cpp | [ Diff ] [ File ] | ||
develop 8dd718cf
Timestamp: 2011-07-15 12:52:52 Author: hoijui [ Details ] [ Diff ] |
cleanup UDPConnection.cpp (no logic changes) | ||
mod - rts/System/Net/UDPConnection.cpp | [ Diff ] [ File ] | ||
develop 70eab7e0
Timestamp: 2011-07-15 12:51:40 Author: hoijui [ Details ] [ Diff ] |
white-space & header-guard adjustment in MyX11.h [minor] | ||
mod - rts/System/Platform/Linux/myX11.h | [ Diff ] [ File ] | ||
develop f399f621
Timestamp: 2011-07-15 12:49:59 Author: hoijui [ Details ] [ Diff ] |
Revert "(cmake) be more dev-friendly: warn about non-existing rts/lib" This reverts commit c28b8df0b8a9eec8edbdca54994ce4982b254839. No longer required, now that assimp is no submodule anymore. |
||
mod - rts/lib/CMakeLists.txt | [ Diff ] [ File ] | ||
develop 4c4f353b
Timestamp: 2011-07-15 11:44:51 Author: hoijui [ Details ] [ Diff ] |
AI: make concept of no-gap order in *Topic easily graspable again (no logic changes) | ||
mod - rts/ExternalAI/Interface/AISCommands.h | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/Interface/AISEvents.h | [ Diff ] [ File ] | ||
develop 627ad058
Timestamp: 2011-07-15 10:46:50 Author: hoijui [ Details ] [ Diff ] |
log: try to fix MSVC linker problems properly If this does still not work, we can also just disable "dynamic" section registering (registering once per log message, in case the section was not globally registered). |
||
mod - rts/System/FPUCheck.h | [ Diff ] [ File ] | ||
mod - rts/System/Log/ILog.h | [ Diff ] [ File ] | ||
mod - rts/lib/gml/gmlfun.h | [ Diff ] [ File ] | ||
develop fd5f918f
Timestamp: 2011-07-15 01:20:22 Author: zerver [ Details ] [ Diff ] |
MSVC linker hates certain LOG_XXX | ||
mod - rts/System/FPUCheck.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileFilter.cpp | [ Diff ] [ File ] | ||
mod - rts/build/vstudio8/rts.vcproj | [ Diff ] [ File ] | ||
mod - rts/lib/gml/gmlfun.h | [ Diff ] [ File ] | ||
develop 7f82eded
Timestamp: 2011-07-15 00:29:28 Author: zerver [ Details ] [ Diff ] |
Fix compile error in DefaultFilter | ||
mod - rts/System/Log/DefaultFilter.cpp | [ Diff ] [ File ] | ||
develop aa413983
Timestamp: 2011-07-14 23:52:32 Author: hoijui [ Details ] [ Diff ] |
Revert "log: make use of std::string in DefaultFilter (thanks Tobi)" This reverts commit 29b8c103dac7a0419d668db797f91fb9896acfe5. NULL is a valid section too, but clashes with the use of std::string |
||
mod - rts/System/Log/DefaultFilter.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Log/DefaultFilter.h | [ Diff ] [ File ] | ||
mod - rts/System/LogOutput.cpp | [ Diff ] [ File ] | ||
develop 29b8c103
Timestamp: 2011-07-14 23:33:28 Author: hoijui [ Details ] [ Diff ] |
log: make use of std::string in DefaultFilter (thanks Tobi) | ||
mod - rts/System/Log/DefaultFilter.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Log/DefaultFilter.h | [ Diff ] [ File ] | ||
mod - rts/System/LogOutput.cpp | [ Diff ] [ File ] | ||
develop bbb13d55
Timestamp: 2011-07-14 22:29:47 Author: Kaylewt [ Details ] [ Diff ] |
addendum (handle unit transfers) | ||
mod - rts/Sim/Units/UnitTypes/TransportUnit.cpp | [ Diff ] [ File ] | ||
develop f204c7c6
Timestamp: 2011-07-14 22:10:18 Author: Kaylewt [ Details ] [ Diff ] |
only send UnitLoaded events for units that were not already being transported (0002558) | ||
mod - rts/Sim/Units/UnitTypes/TransportUnit.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitTypes/TransportUnit.h | [ Diff ] [ File ] | ||
develop e1a87610
Timestamp: 2011-07-14 22:04:23 Author: hoijui [ Details ] [ Diff ] |
remove StdAfx in two files | ||
mod - rts/System/AutohostInterface.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileFilter.cpp | [ Diff ] [ File ] | ||
develop 84a17ad8
Timestamp: 2011-07-14 21:39:16 Author: Kaylewt [ Details ] [ Diff ] |
fix propagating NaN's in headless builds due to DIV0 in Camera::CalcPixelDir (0002557) | ||
mod - rts/Game/Camera.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GuiHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MiniMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MouseHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MouseHandler.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/GlobalRendering.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/GlobalRendering.h | [ Diff ] [ File ] | ||
mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
develop a9009269
Timestamp: 2011-07-14 19:56:49 Author: hoijui [ Details ] [ Diff ] |
log: allow enabling more verbose section logging for new-system log subsystems | ||
mod - rts/System/LogOutput.cpp | [ Diff ] [ File ] | ||
develop f850341f
Timestamp: 2011-07-14 19:55:48 Author: hoijui [ Details ] [ Diff ] |
log: do not log L_DEBUG messages for sections on default for DEBUG builds | ||
mod - rts/System/Log/DefaultFilter.cpp | [ Diff ] [ File ] | ||
develop ca9f35fb
Timestamp: 2011-07-14 19:42:24 Author: Kaylewt [ Details ] [ Diff ] |
fix (very rare) black map-texture spots | ||
mod - cont/base/springcontent/shaders/GLSL/SMFFragProg.glsl | [ Diff ] [ File ] | ||
develop ab4484fc
Timestamp: 2011-07-14 18:42:23 Author: Kaylewt [ Details ] [ Diff ] |
fix command-queue drawing for transports | ||
mod - rts/Rendering/CommandDrawer.cpp | [ Diff ] [ File ] | ||
develop 9bcc0b3b
Timestamp: 2011-07-14 18:38:51 Author: zerver [ Details ] [ Diff ] |
Fix mantis 0002538 (spring-multithreaded assert + segfault) | ||
mod - rts/System/LogOutput.h | [ Diff ] [ File ] | ||
mod - rts/lib/gml/gml.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/gml/gmlmut.h | [ Diff ] [ File ] | ||
develop ac350789
Timestamp: 2011-07-14 18:03:08 Author: zerver [ Details ] [ Diff ] |
[assimp] Remove MSVC workarounds | ||
mod - rts/lib/assimp/code/LWOAnimation.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/assimp/code/TriangulateProcess.cpp | [ Diff ] [ File ] | ||
develop 491f91e8
Timestamp: 2011-07-14 16:18:57 Author: hoijui [ Details ] [ Diff ] |
log: allow fetching the list of registered sections from DefaultFilter | ||
mod - rts/System/Log/DefaultFilter.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Log/DefaultFilter.h | [ Diff ] [ File ] | ||
develop 66a57756
Timestamp: 2011-07-14 16:17:35 Author: hoijui [ Details ] [ Diff ] |
minor cleanup in LogOutput.cpp | ||
mod - rts/System/LogOutput.cpp | [ Diff ] [ File ] | ||
develop 382d2056
Timestamp: 2011-07-14 14:37:20 Author: Kaylewt [ Details ] [ Diff ] |
whitespace | ||
mod - rts/Map/ReadMap.cpp | [ Diff ] [ File ] | ||
develop 5cfe0ae5
Timestamp: 2011-07-14 14:36:09 Author: Kaylewt [ Details ] [ Diff ] |
whitespace | ||
mod - rts/Map/ReadMap.cpp | [ Diff ] [ File ] | ||
develop 4c91ea70
Timestamp: 2011-07-14 14:34:09 Author: Kaylewt [ Details ] [ Diff ] |
cleanup 74974eeb90f798aef6cfd77e4172e7c97b00916b regarding the following text on zerver.net: "To make software that actually works, because we know that nobody cares how it works as long as it works." you will want to change that philosophy for Spring, because you are not dealing only with end-users anymore and OTHER DEVELOPERS DO CARE about readable maintainable code that they do not have to reverse-engineer to understand how it works |
||
mod - rts/Map/ReadMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/ReadMap.h | [ Diff ] [ File ] | ||