2025-11-24 23:14 CET

Changesets: spring

Search ] Browse ] Back to Index ]
develop 7968cdf5
Timestamp: 2006-01-07 14:45:04
Author: jcnossen
Details ] Diff ]
-inserted old spring shadowhandler code for GL_NV_render_depth_texture into WinPBuffer
-mouse recenter fixed
-added SNPRINTF macro for Visual Studio 2005
-hopefully fixed avi generator compile error on VS 2005

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@575 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/UI/MouseHandler.cpp Diff ] File ]
mod - rts/Rendering/GL/WinPBuffer.cpp Diff ] File ]
mod - rts/Rendering/GL/WinPBuffer.h Diff ] File ]
mod - rts/Rendering/ShadowHandler.cpp Diff ] File ]
mod - rts/System/Platform/Win/AVIGenerator.cpp Diff ] File ]
mod - rts/System/StdAfx.h Diff ] File ]
mod - rts/build/vstudio7/rts.vcproj Diff ] File ]
develop 490c3f21
Timestamp: 2006-01-06 03:16:44
Author: jcnossen
Details ] Diff ]
added PBuffer source files to VS project

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@574 37977431-3df6-0310-b722-df95706aa16b
mod - rts/build/vstudio7/rts.vcproj Diff ] File ]
develop 7b062584
Timestamp: 2006-01-06 03:15:45
Author: jcnossen
Details ] Diff ]
-abstracted framebuffer class
-added the windows-only PBuffer support from the CVS code, linux still uses the GL_EXT_framebuffer_object code

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@573 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Rendering/GL/FBO.cpp Diff ] File ]
mod - rts/Rendering/GL/FBO.h Diff ] File ]
add - rts/Rendering/GL/WinPBuffer.cpp Diff ] File ]
add - rts/Rendering/GL/WinPBuffer.h Diff ] File ]
mod - rts/Rendering/ShadowHandler.cpp Diff ] File ]
mod - rts/Rendering/ShadowHandler.h Diff ] File ]
develop 447b8edb
Timestamp: 2006-01-06 03:10:48
Author: jcnossen
Details ] Diff ]
rotating camera rotation speed now depends on config

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@572 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/CameraController.cpp Diff ] File ]
develop aa8616d2
Timestamp: 2006-01-05 18:33:48
Author: jcnossen
Details ] Diff ]
include/lib directories added to use the complete library pack at http://spring.clan-sy.com/dl/spring-vclibs.exe
Install these into your working copy "trunk" directory, it will extract a "vclibs" directory next to "rts"


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@571 37977431-3df6-0310-b722-df95706aa16b
mod - rts/build/vstudio7/rts.vcproj Diff ] File ]
develop e9bfb550
Timestamp: 2006-01-05 02:40:06
Author: ace07
Details ] Diff ]
fixed some bugs with battle list sorting

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@570 37977431-3df6-0310-b722-df95706aa16b
develop c78234a3
Timestamp: 2006-01-04 21:36:15
Author: ace07
Details ] Diff ]


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@569 37977431-3df6-0310-b722-df95706aa16b
develop 7465289c
Timestamp: 2006-01-04 21:07:09
Author: ace07
Details ] Diff ]
fixed a semantic error in the battlelist sorting

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@568 37977431-3df6-0310-b722-df95706aa16b
develop 8273af7f
Timestamp: 2006-01-04 21:01:20
Author: ace07
Details ] Diff ]
implimented a sorting algorithm for the battle list, and fixed some underlying net protocol code

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@567 37977431-3df6-0310-b722-df95706aa16b
develop 25047924
Timestamp: 2006-01-04 20:59:32
Author: ace07
Details ] Diff ]
implimented a sorting algorithm for the battle list, and fixed some underlying net protocol code

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@566 37977431-3df6-0310-b722-df95706aa16b
develop 4d7c858a
Timestamp: 2006-01-03 20:10:05
Author: tvo
Details ] Diff ]
Comment out `#include "mmgr.h"'. I guess I shouldn't do recursive sed
editing of the entire directory tree wo/ excluding .svn directories...



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@565 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Projectiles/ProjectileHandler.cpp Diff ] File ]
develop 2f4eaafc
Timestamp: 2006-01-03 16:02:09
Author: jcnossen
Details ] Diff ]
mmgr.cpp included, which contains the m_setOwner function

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@564 37977431-3df6-0310-b722-df95706aa16b
mod - rts/build/vstudio7/rts.vcproj Diff ] File ]
develop bc091b3c
Timestamp: 2006-01-02 17:10:24
Author: tvo
Details ] Diff ]
Fix crash in CProjectileHandler::Draw (finally!)
Apparently std::sort corrupts data if the comparison function
returns true for `<=' instead of `<'...



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@563 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Projectiles/ProjectileHandler.cpp Diff ] File ]
develop ae256818
Timestamp: 2005-12-31 19:18:50
Author: tvo
Details ] Diff ]
Fixed a minor bug in PathFinder.cpp (free() instead of delete[])
Moved some //#include "mmgr.h" lines. It should now be possible to enable
mmgr by uncommenting all //#include "mmgr.h" lines and the dump memory
report function in Lesson2.cpp (end of main())



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@562 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/PreGame.cpp Diff ] File ]
mod - rts/Game/StartScripts/EmptyScript.cpp Diff ] File ]
mod - rts/Sim/Path/PathFinder.cpp Diff ] File ]
mod - rts/System/FileSystem/Archive7Zip.cpp Diff ] File ]
mod - rts/System/FileSystem/ArchiveHPI.cpp Diff ] File ]
mod - rts/System/FileSystem/FileHandler.cpp Diff ] File ]
develop 1d43e649
Timestamp: 2005-12-31 18:17:38
Author: ace07
Details ] Diff ]
fixed some bugs involving wxpython versions

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@561 37977431-3df6-0310-b722-df95706aa16b
develop 8dabc823
Timestamp: 2005-12-31 17:40:12
Author: tvo
Details ] Diff ]
Make mmgr compileable GCC 4.0.2
Fix 64 bit compatibility isssues (long <-> int)



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@560 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/mmgr.cpp Diff ] File ]
mod - rts/System/mmgr.h Diff ] File ]
develop 9d13eeb8
Timestamp: 2005-12-29 22:15:15
Author: tvo
Details ] Diff ]
Print msg to stderr if .so loading fails



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@559 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/Platform/Linux/SoLib.cpp Diff ] File ]
develop 4aac1079
Timestamp: 2005-12-28 21:48:58
Author: tvo
Details ] Diff ]
Added checks for unitid, groupid and feature => less crashes.
The checks can easily be disabled or turned into assertions.



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@558 37977431-3df6-0310-b722-df95706aa16b
mod - rts/ExternalAI/AICallback.cpp Diff ] File ]
develop 21ff1979
Timestamp: 2005-12-27 22:26:09
Author: ace07
Details ] Diff ]
fixed some bugs reguarding ^ syntax

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@557 37977431-3df6-0310-b722-df95706aa16b
develop 7293b61e
Timestamp: 2005-12-27 21:44:27
Author: tvo
Details ] Diff ]
Make 64 bit compatible



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@556 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/Sound.cpp Diff ] File ]
develop c62eeb3d
Timestamp: 2005-12-27 16:48:29
Author: tvo
Details ] Diff ]
Add uikeys.txt



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@555 37977431-3df6-0310-b722-df95706aa16b
add - game/uikeys.txt Diff ] File ]
develop 18759086
Timestamp: 2005-12-27 16:47:01
Author: tvo
Details ] Diff ]
Don't crash if MEXCACHE doesn't exist



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@554 37977431-3df6-0310-b722-df95706aa16b
mod - AI/Global/NTAI/MetalHandler.cpp Diff ] File ]
develop 96baf700
Timestamp: 2005-12-27 15:00:48
Author: tvo
Details ] Diff ]
Fixed aibase.h and UnitDef.h #includes.



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@553 37977431-3df6-0310-b722-df95706aa16b
mod - AI/Global/TestGlobalAI/GlobalAI.cpp Diff ] File ]
mod - AI/Global/TestGlobalAI/TestAI.h Diff ] File ]
mod - AI/Group/CentralBuildAI/GroupAI.cpp Diff ] File ]
mod - AI/Group/CentralBuildAI/TestAI.h Diff ] File ]
mod - AI/Group/MetalMakerAI/GroupAI.cpp Diff ] File ]
mod - AI/Group/MetalMakerAI/TestAI.h Diff ] File ]
mod - AI/Group/SimpleFormationAI/GroupAI.cpp Diff ] File ]
mod - AI/Group/SimpleFormationAI/TestAI.h Diff ] File ]
develop 80989886
Timestamp: 2005-12-27 11:27:59
Author: tvo
Details ] Diff ]
DATADIR --> SPRING_DATADIR to prevent namespace conflict on windows



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@552 37977431-3df6-0310-b722-df95706aa16b
mod - rts/SConstruct Diff ] File ]
mod - rts/System/Lesson2.cpp Diff ] File ]
develop 9c1adc19
Timestamp: 2005-12-27 03:31:26
Author: jcnossen
Details ] Diff ]
-most camera controllers use mouseScale value, made a bunch of camera movement actions dependent on mouseScale.
-Fixed sound playing in windows (it stopped after maxSounds were played). I'm not sure why it didn't work in the first place though.
-Added CR_ENUM_MEMBER macro for member values with an enumerated type.


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@551 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/CameraController.cpp Diff ] File ]
mod - rts/Game/CameraController.h Diff ] File ]
mod - rts/Sim/Misc/Feature.cpp Diff ] File ]
mod - rts/Sim/Units/COB/CobInstance.cpp Diff ] File ]
mod - rts/System/Sound.cpp Diff ] File ]
mod - rts/System/creg/ClassReg.h Diff ] File ]
mod - rts/System/creg/VarTypes.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1034 1035 1036 1037 1038 1039 1040 ... 1057 1058 1059  Next  Last