[Warzone2100-commits] SF.net SVN: warzone2100:[11474] trunk/src/move.c

2010-08-15 Thread sendai
Revision: 11474
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=11474view=rev
Author:   sendai
Date: 2010-08-15 09:10:23 + (Sun, 15 Aug 2010)

Log Message:
---
Backport from path branch: Remove ugly hack that made cyborgs walk right 
through non-person sized units.

Modified Paths:
--
trunk/src/move.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


[Warzone2100-commits] SF.net SVN: warzone2100:[11475] branches/pathfinding/src/move.c

2010-08-15 Thread sendai
Revision: 11475
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=11475view=rev
Author:   sendai
Date: 2010-08-15 10:26:02 + (Sun, 15 Aug 2010)

Log Message:
---
path branch: Remove unused speed parameter. Fix erroneous comment about droids 
spinning on the spot.
This one took a while to figure out, as the only thing worse than no comments, 
are plain wrong comments.
The comment and variable names indicating a spin on the spot behaviour are 
dead wrong, all they do is 
make droids make sharper turns when the turn angle is larger. To make proper 
spin on the spot behaviour,
we need support for acceleration and deacceleration, like proper movement 
physics. Otherwise movement will
look jagged and broken.

Modified Paths:
--
branches/pathfinding/src/move.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


[Warzone2100-commits] SF.net SVN: warzone2100:[11477] trunk

2010-08-15 Thread cypr
Revision: 11477
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=11477view=rev
Author:   cypr
Date: 2010-08-15 10:37:11 + (Sun, 15 Aug 2010)

Log Message:
---
Enable warnings, make warnings consistent, fix some warnings, use 
-Wno-error=squeak to allow squeaky warnings to compile without squelching them.

From: Cyp c...@example.com

Modified Paths:
--
trunk/configure.ac
trunk/lib/framework/endian_hack.h
trunk/lib/framework/resource_lexer.l
trunk/lib/framework/strres_lexer.l
trunk/lib/gamelib/audp_lexer.l
trunk/lib/ivis_opengl/screen.c
trunk/lib/netplay/netplay.c
trunk/lib/script/chat_lexer.l
trunk/lib/script/script_lexer.l
trunk/lib/sound/openal_track.c
trunk/src/display.c
trunk/src/level_lexer.l
trunk/src/loadsave.c
trunk/src/message_lexer.l
trunk/src/multiint.c
trunk/src/multiplay.h
trunk/src/objmem.c
trunk/src/scriptfuncs.c
trunk/src/selection.c
trunk/src/visibility.c
trunk/win32/Warzone2100.vs2k8.vcproj


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


[Warzone2100-commits] SF.net SVN: warzone2100:[11478] trunk

2010-08-15 Thread cypr
Revision: 11478
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=11478view=rev
Author:   cypr
Date: 2010-08-15 11:19:28 + (Sun, 15 Aug 2010)

Log Message:
---
Make the warn_unused_result warning squelch compile on distros where the fwrite 
is already in an if (fwrite()) {}.

From: Cyp c...@example.com

Modified Paths:
--
trunk/lib/framework/resource_lexer.l
trunk/lib/framework/strres_lexer.l
trunk/lib/gamelib/audp_lexer.l
trunk/lib/script/chat_lexer.l
trunk/lib/script/script_lexer.l
trunk/src/level_lexer.l
trunk/src/message_lexer.l


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


[Warzone2100-commits] SF.net SVN: warzone2100:[11481] trunk/configure.ac

2010-08-15 Thread cypr
Revision: 11481
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=11481view=rev
Author:   cypr
Date: 2010-08-15 12:29:54 + (Sun, 15 Aug 2010)

Log Message:
---
Disable warnings that shouldn't be caught by -Werror, unless enabled with 
./configure --enable-warnings=yes.

From: Cyp c...@example.com

Modified Paths:
--
trunk/configure.ac


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


[Warzone2100-commits] SF.net SVN: warzone2100:[11482] trunk

2010-08-15 Thread safety0ff
Revision: 11482
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=11482view=rev
Author:   safety0ff
Date: 2010-08-15 15:55:25 + (Sun, 15 Aug 2010)

Log Message:
---
Remove SDL_swap* usage.
Closes #1937.

Modified Paths:
--
trunk/lib/framework/endian_hack.h
trunk/src/data.c
trunk/src/multijoin.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


[Warzone2100-commits] SF.net SVN: warzone2100:[11483] trunk/tools/masterserver/wzmasterserver.py

2010-08-15 Thread buginator
Revision: 11483
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=11483view=rev
Author:   buginator
Date: 2010-08-15 19:59:56 + (Sun, 15 Aug 2010)

Log Message:
---
Commit patch #2065 by FastDeath, with slight modifications by me. 

Fixes some issue with the wzmasterserver, see ticket for details.

Closes ticket:2065

Modified Paths:
--
trunk/tools/masterserver/wzmasterserver.py


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


[Warzone2100-commits] SF.net SVN: warzone2100:[11484] trunk/src

2010-08-15 Thread cypr
Revision: 11484
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=11484view=rev
Author:   cypr
Date: 2010-08-15 20:09:55 + (Sun, 15 Aug 2010)

Log Message:
---
Fix comparing with the wrong variable when trying to make pathfinding 
deterministic.

(Fixed before, hope it's the right variable this time.)

From: Cyp c...@example.com

Modified Paths:
--
trunk/src/astar.cpp
trunk/src/fpath.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


[Warzone2100-commits] SF.net SVN: warzone2100:[11485] trunk

2010-08-15 Thread cypr
Revision: 11485
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=11485view=rev
Author:   cypr
Date: 2010-08-15 20:13:51 + (Sun, 15 Aug 2010)

Log Message:
---
Remove NETuint32_tSmall, make all uint32_t's small, except for one 
uint32_tLarge.

(The large is a CRC, and CRCs are usually large numbers.)

From: Cyp c...@example.com

Modified Paths:
--
trunk/lib/gamelib/gtime.c
trunk/lib/netplay/netplay.c
trunk/lib/netplay/nettypes.cpp
trunk/lib/netplay/nettypes.h
trunk/src/droid.c
trunk/src/multibot.cpp
trunk/src/multiplay.c
trunk/src/multistruct.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


[Warzone2100-commits] SF.net SVN: warzone2100:[11487] branches/pathfinding

2010-08-15 Thread sendai
Revision: 11487
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=11487view=rev
Author:   sendai
Date: 2010-08-15 21:15:52 + (Sun, 15 Aug 2010)

Log Message:
---
path branch: Port r11486 from trunk: Fix VTOLs flying into hyperspace due to 
unsigned vertical velocity calculations.
Also, fix all signed-unsigned warnings in src/move.c.

Modified Paths:
--
branches/pathfinding/lib/gamelib/gtime.c
branches/pathfinding/lib/gamelib/gtime.h
branches/pathfinding/src/move.c


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


[Warzone2100-commits] SF.net SVN: warzone2100:[11488] trunk/macosx/configs

2010-08-15 Thread dak180
Revision: 11488
  http://warzone2100.svn.sourceforge.net/warzone2100/?rev=11488view=rev
Author:   dak180
Date: 2010-08-16 01:27:52 + (Mon, 16 Aug 2010)

Log Message:
---
Bring xcode warnings up to date.

Modified Paths:
--
trunk/macosx/configs/Warzone-All.xcconfig
trunk/macosx/configs/Warzone-Debug.xcconfig


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits