Changesets: spring
develop b63c1f69
Timestamp: 2006-03-11 18:03:01 Author: tvo [ Details ] [ Diff ] |
* Fix compressed DDS texture flipping on 64 bit systems * Make compressed DDS textures actually work (extension wasn't loaded because it checked with #ifdef UNIX, but UNIX is about the only #define not defined on unix... :-) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1000 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Rendering/Textures/nv_dds.cpp | [ Diff ] [ File ] | ||
develop 36da71da
Timestamp: 2006-03-11 16:52:06 Author: betalord [ Details ] [ Diff ] |
TASClient update: updated LEFT and added FORCELEAVECHANNEL commands git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@999 37977431-3df6-0310-b722-df95706aa16b |
||
develop 9c27ee95
Timestamp: 2006-03-11 16:49:45 Author: betalord [ Details ] [ Diff ] |
TASServer update: * added FORCELEAVECHANNEL command * LEFT command now contains (optional) "reason" parameter git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@998 37977431-3df6-0310-b722-df95706aa16b |
||
develop d72b6cef
Timestamp: 2006-03-11 15:25:26 Author: tvo [ Details ] [ Diff ] |
* Fix unitsync python bindings crash. * Catch all exceptions derived from std::exception, instead of just TdfParser::parse_error. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@997 37977431-3df6-0310-b722-df95706aa16b |
||
mod - tools/unitsync/pybind.cpp | [ Diff ] [ File ] | ||
mod - tools/unitsync/unitsync.cpp | [ Diff ] [ File ] | ||
develop 92776bcd
Timestamp: 2006-03-11 12:49:38 Author: jcnossen [ Details ] [ Diff ] |
version and help cmdline options now exit application (like in lesson2.cpp) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@996 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Main.cpp | [ Diff ] [ File ] | ||
mod - rts/build/vstudio7/rts.vcproj | [ Diff ] [ File ] | ||
develop 84bf2991
Timestamp: 2006-03-11 12:20:21 Author: tvo [ Details ] [ Diff ] |
* Checksum->CChecksum * less code duplication by adding a CChecksum::diff function git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@995 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitHandler.h | [ Diff ] [ File ] | ||
develop 8529c717
Timestamp: 2006-03-11 11:13:59 Author: betalord [ Details ] [ Diff ] |
updated ChanServ git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@994 37977431-3df6-0310-b722-df95706aa16b |
||
develop b41482c8
Timestamp: 2006-03-11 11:12:28 Author: betalord [ Details ] [ Diff ] |
added commands.html (ChanServ) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@993 37977431-3df6-0310-b722-df95706aa16b |
||
develop 33198649
Timestamp: 2006-03-10 23:39:46 Author: tvo [ Details ] [ Diff ] |
Merge some changes from tvo's branch: * Possibility to enable majority voting for checksums in GameServer.cpp, this should be tested in some multiplayer games before enabling it tho. * Different M/E/X/Y/Z checksums for better sync debugging. Note that this means I added Y and Z checksums. I'm not sure if we want to check those on release build too... * SyncTracer doesn't write to infolog anymore but to traceX.log with X==playernum instead. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@992 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitHandler.h | [ Diff ] [ File ] | ||
mod - rts/System/SyncTracer.cpp | [ Diff ] [ File ] | ||
mod - rts/System/SyncTracer.h | [ Diff ] [ File ] | ||
develop b83667dd
Timestamp: 2006-03-10 22:39:54 Author: tvo [ Details ] [ Diff ] |
* Send gcc version and binary arch around to all players (when compiled on gcc) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@989 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
develop 08f26fd8
Timestamp: 2006-03-10 20:36:45 Author: tvo [ Details ] [ Diff ] |
* Fix typos in Bitmap.cpp (texture2D->texture3D and standar->standard) * Add assert to CBitmap copy ctor git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@988 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Rendering/Textures/Bitmap.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Textures/Bitmap.h | [ Diff ] [ File ] | ||
develop c4c6cd92
Timestamp: 2006-03-10 19:54:43 Author: tvo [ Details ] [ Diff ] |
closes: 0000121 *zucht* git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@987 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Game/UI/GuiHandler.cpp | [ Diff ] [ File ] | ||
develop a2bf74c0
Timestamp: 2006-03-10 19:50:05 Author: tvo [ Details ] [ Diff ] |
Separate commander attack notification time and other units' attack notification time better git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@986 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
develop 16299fc9
Timestamp: 2006-03-10 19:35:24 Author: tvo [ Details ] [ Diff ] |
Fix the attack notification bug. Cookie for colorblind to figure out what the code was in 0.67b3. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@985 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
develop d02308ad
Timestamp: 2006-03-09 22:27:16 Author: betalord [ Details ] [ Diff ] |
some updates on ChanServ git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@984 37977431-3df6-0310-b722-df95706aa16b |
||
develop ccf24315
Timestamp: 2006-03-09 22:26:19 Author: betalord [ Details ] [ Diff ] |
some minor changes git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@983 37977431-3df6-0310-b722-df95706aa16b |
||
develop 5d9bcc8d
Timestamp: 2006-03-09 22:24:05 Author: betalord [ Details ] [ Diff ] |
git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@982 37977431-3df6-0310-b722-df95706aa16b | ||
develop 554ff72f
Timestamp: 2006-03-09 22:00:58 Author: tvo [ Details ] [ Diff ] |
* Fix attack claxxon git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@981 37977431-3df6-0310-b722-df95706aa16b |
||
mod - Documentation/changelog.txt | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
develop 13fb0e3d
Timestamp: 2006-03-08 22:22:55 Author: ace07 [ Details ] [ Diff ] |
updated omni so that it can connect to the new tasserver git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@979 37977431-3df6-0310-b722-df95706aa16b |
||
develop 9bb3dcb0
Timestamp: 2006-03-08 17:48:26 Author: betalord [ Details ] [ Diff ] |
modified admin command list git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@978 37977431-3df6-0310-b722-df95706aa16b |
||
develop 8f228da7
Timestamp: 2006-03-08 17:47:14 Author: betalord [ Details ] [ Diff ] |
added ability to lock channels, extended PING and JOIN commands (server side) git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@977 37977431-3df6-0310-b722-df95706aa16b |
||
develop ace03e01
Timestamp: 2006-03-08 17:44:27 Author: betalord [ Details ] [ Diff ] |
added /ping command and optional param to /join command git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@976 37977431-3df6-0310-b722-df95706aa16b |
||
develop 76c45102
Timestamp: 2006-03-07 21:04:32 Author: tvo [ Details ] [ Diff ] |
Commenting out 'alcCloseDevice(curdevice);' seems to fix the crash on end issue... git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@975 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/System/Platform/Linux/OpenALSound.cpp | [ Diff ] [ File ] | ||
develop 2360c4df
Timestamp: 2006-03-07 17:29:39 Author: tvo [ Details ] [ Diff ] |
* MaxSounds=0 causes noSound to be set to true (makes it easier to disable sound, since that still crashes on exit on linux) * Made building while terraforming lots faster (0.000000001 to 0.001) to prevent sync problems. git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@974 37977431-3df6-0310-b722-df95706aa16b |
||
mod - rts/Sim/Units/UnitTypes/Builder.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Linux/OpenALSound.cpp | [ Diff ] [ File ] | ||
develop 5558d90f
Timestamp: 2006-03-06 22:54:06 Author: betalord [ Details ] [ Diff ] |
small update for ChanServ framework git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@973 37977431-3df6-0310-b722-df95706aa16b |
||