Re: [Warzone-dev] Event based mainloop

2007-05-13 Thread The Watermelon
On 5/12/07, Dennis Schridde [EMAIL PROTECTED] wrote: Am Sonntag, 13. Mai 2007 schrieb Dennis Schridde: Small update, now in sync with r1265. Also hardcoded the FPS again. This time to 25 FPS / 40ms. Anything below 200FPS / 10ms is strongly not recommended. (The game will not react anymore.)

Re: [Warzone-dev] Savegames broken in trunk

2007-05-13 Thread Dennis Schridde
Am Sonntag, 13. Mai 2007 schrieb The Watermelon: On 5/12/07, Dennis Schridde [EMAIL PROTECTED] wrote: When I try to open a 2.0 savegame with the trunk, I get an error (unexpected end of file or similar). Does anyone know why this is and when it broke? If savegames require new features,

Re: [Warzone-dev] Push out 2.0.7?

2007-05-13 Thread Giel van Schijndel
Dennis Schridde schreef: Hi everyone! I wonder whether we should already push out 2.0.7. We should have a look what was fixed in branches/2.0 since 2.0.6 (~r1010) and what should be fixed. Major changes currently are: Autopackage should work better, Masterserver config, PNG screenshots

Re: [Warzone-dev] Push out 2.0.7?

2007-05-13 Thread The Watermelon
On 5/13/07, Dennis Schridde [EMAIL PROTECTED] wrote: Hi everyone! I wonder whether we should already push out 2.0.7. We should have a look what was fixed in branches/2.0 since 2.0.6 (~r1010) and what should be fixed. Major changes currently are: Autopackage should work better, Masterserver

Re: [Warzone-dev] Event based mainloop

2007-05-13 Thread vs2k5
On Sat, 12 May 2007 19:57:31 -0400 Dennis Schridde [EMAIL PROTECTED] wrote: Small update, now in sync with r1265. Also hardcoded the FPS again. This time to 25 FPS / 40ms. Anything below 200FPS / 10ms is strongly not recommended. (The game will not react anymore.) --Dennis You say

[Warzone-dev] warzone2100.vcproj patch for rev 1272

2007-05-13 Thread vs2k5
Index: Warzone2100.vcproj === --- Warzone2100.vcproj (revision 1272) +++ Warzone2100.vcproj (working copy) @@ -402,10 +402,6 @@ Name=netplay

[Warzone-dev] Transparent area missing?

2007-05-13 Thread vs2k5
in 1272, I notice that on the HQ (top), the area that should be transparent is not anymore? Any one notice this? It now is semi-transparent? -- You could save hundreds on health insurance. Click to get a quote now. http://tagline.hushmail.com/fc/CAaCXv1QUc1ahk6unJYNfTi8P536knE2/

Re: [Warzone-dev] Push out 2.0.7?

2007-05-13 Thread Dennis Schridde
Am Sonntag, 13. Mai 2007 schrieb Giel van Schijndel: Dennis Schridde schreef: Hi everyone! I wonder whether we should already push out 2.0.7. We should have a look what was fixed in branches/2.0 since 2.0.6 (~r1010) and what should be fixed. Major changes currently are:

[Warzone-dev] Build 1275 - game option assertion failed

2007-05-13 Thread Jose Ivey
Main Menu- Options - game options Assertion failed before the game loaded Scriptfuncs.c - scrSetRetreatLeadership(void) ___ Warzone-dev mailing list Warzone-dev@gna.org https://mail.gna.org/listinfo/warzone-dev

[Warzone-dev] Build 1275 load game crash

2007-05-13 Thread Jose Ivey
Multiplayer-Skirmish-Start A Game-Game Menu-Load Game-Crash Aud.c -audio_ObjectDead( void * psObj ) Break point occcured (approx)here: if ( psSimpleObj-type == OBJ_BULLET ) { psProj = (PROJ_OBJECT *) psSimpleObj; if ( psProj == NULL ) {