Author Topic: Nightly (Windows): 24 Dec 2010 - Revision 6880  (Read 2103 times)

0 Members and 1 Guest are viewing this topic.

Offline Zacam

  • Magnificent Bastard
  • Administrator
  • 211
  • I go Sledge-O-Matic on Spammers
    • Steam
    • Twitter
    • ModDB Feature
Nightly (Windows): 24 Dec 2010 - Revision 6880
Here is the nightly for Windows on 24 Dec 2010 - Revision 6880

Group: Inferno
fso-WIN-Inferno-20101224_r6880.7z
MD5Sum: 1D3E5CABE1305691BBEBEBEA84BA6BDA

Group: Inferno_SSE
fso-WIN-Inferno_SSE-20101224_r6880.7z
MD5Sum: 171A3AE91AC6817C8AE5098289B79FE0

Group: Inferno_SSE2
fso-WIN-Inferno_SSE2-20101224_r6880.7z
MD5Sum: 54EE84E0A6FA99BB31B4ABCA756AFF88

Code: [Select]
------------------------------------------------------------------------
r6851 | Echelon9 | 2010-12-15 04:27:14 -0800 (Wed, 15 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hudparse.cpp

Fix: Local declaration of 'retail_gauge_loaded' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '392'
------------------------------------------------------------------------
r6852 | Echelon9 | 2010-12-15 04:39:11 -0800 (Wed, 15 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/io/keycontrol.cpp

Clear out commented #IFDEF INTERPLAYQA section
------------------------------------------------------------------------
r6854 | Echelon9 | 2010-12-15 04:48:24 -0800 (Wed, 15 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/mission/missionbriefcommon.cpp

Fix: Local declaration of 'i' hides declaration of the same name in outer scope.
------------------------------------------------------------------------
r6855 | Echelon9 | 2010-12-15 04:51:51 -0800 (Wed, 15 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/model/modelinterp.cpp

Fix: Local declaration of 'i' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '786'
------------------------------------------------------------------------
r6861 | Echelon9 | 2010-12-18 17:06:58 -0800 (Sat, 18 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/cfilearchiver/cfilearchiver.cpp
   M /trunk/fs2_open/code/cfileextractor/cfileextractor.cpp

Correct typo in comments
------------------------------------------------------------------------
r6862 | Echelon9 | 2010-12-18 17:09:38 -0800 (Sat, 18 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/controlconfig/controlsconfig.cpp

Remove redundant #ifdef check
------------------------------------------------------------------------
r6863 | Echelon9 | 2010-12-18 17:24:50 -0800 (Sat, 18 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/controlconfig/controlsconfig.cpp

Remove redundant Invalid_demo_keys[] and associated control_config_valid_action()
------------------------------------------------------------------------
r6864 | Echelon9 | 2010-12-18 17:28:38 -0800 (Sat, 18 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/cryptstring/cryptstring.cpp
   M /trunk/fs2_open/code/scramble/scramble.cpp

Two further cases of typo referenced in r6861 fixed
------------------------------------------------------------------------
r6865 | Echelon9 | 2010-12-18 18:03:41 -0800 (Sat, 18 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/physics/physics.cpp

Clean up redundant checks
------------------------------------------------------------------------
r6867 | Echelon9 | 2010-12-19 19:04:54 -0800 (Sun, 19 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/gamesnd/eventmusic.cpp

Guarding against array out of bounds error, ahead of conversion to STL type
------------------------------------------------------------------------
r6868 | Echelon9 | 2010-12-19 20:28:01 -0800 (Sun, 19 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/camera/camera.cpp
   M /trunk/fs2_open/code/cfilearchiver/cfilearchiver.cpp
   M /trunk/fs2_open/code/cfileextractor/cfileextractor.cpp
   M /trunk/fs2_open/code/freespace2/freespace.cpp
   M /trunk/fs2_open/code/globalincs/windebug.cpp
   M /trunk/fs2_open/code/hud/hud.cpp
   M /trunk/fs2_open/code/hud/hudtarget.cpp
   M /trunk/fs2_open/code/io/swff_lib.cpp
   M /trunk/fs2_open/code/menuui/barracks.cpp
   M /trunk/fs2_open/code/mission/missionmessage.cpp
   M /trunk/fs2_open/code/network/multi_pxo.cpp
   M /trunk/fs2_open/code/network/stand_gui.cpp
   M /trunk/fs2_open/code/osapi/outwnd.cpp
   M /trunk/fs2_open/code/osapi/outwnd_unix.cpp
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/variables/variables.cpp

Fix: Convert a further subset of strcpy() to the SAFE_STRINGS strcpy_s() version
------------------------------------------------------------------------
r6869 | Echelon9 | 2010-12-19 22:14:08 -0800 (Sun, 19 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/io/swff_lib.cpp
   M /trunk/fs2_open/code/network/stand_gui.cpp

MSVC compiler doesn't like some of these SAFE_STRINGS changes, GCC does...
------------------------------------------------------------------------
r6870 | Echelon9 | 2010-12-19 23:46:38 -0800 (Sun, 19 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hudtargetbox.cpp

Mantis 1889: Utilise all three hud target box rendering styles (inclusion of a rendering style with proper lighting)
------------------------------------------------------------------------
r6871 | Echelon9 | 2010-12-19 23:50:23 -0800 (Sun, 19 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/globalincs/windebug.cpp
   M /trunk/fs2_open/code/osapi/outwnd.cpp

A further two spots where the MSVC 2008 compiler doesn't like SAFE_STRINGS changes
------------------------------------------------------------------------
r6874 | Sushi | 2010-12-20 08:57:13 -0800 (Mon, 20 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Fix oversight from AI.tbl overhaul a while ago
------------------------------------------------------------------------
r6875 | The_E | 2010-12-20 11:53:52 -0800 (Mon, 20 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp


------------------------------------------------------------------------
r6878 | The_E | 2010-12-22 06:42:21 -0800 (Wed, 22 Dec 2010) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ai/aibig.cpp
   M /trunk/fs2_open/code/ai/aicode.cpp
   M /trunk/fs2_open/code/ai/aiturret.cpp
   M /trunk/fs2_open/code/asteroid/asteroid.cpp
   M /trunk/fs2_open/code/debris/debris.cpp
   M /trunk/fs2_open/code/fred2/fredrender.cpp
   M /trunk/fs2_open/code/hud/hudtarget.cpp
   M /trunk/fs2_open/code/model/model.h
   M /trunk/fs2_open/code/model/modelcollide.cpp
   M /trunk/fs2_open/code/model/modelread.cpp
   M /trunk/fs2_open/code/object/collideshipship.cpp
   M /trunk/fs2_open/code/object/collideshipweapon.cpp
   M /trunk/fs2_open/code/object/objcollide.cpp
   M /trunk/fs2_open/code/object/object.cpp
   M /trunk/fs2_open/code/ship/ship.cpp
   M /trunk/fs2_open/code/ship/ship.h
   M /trunk/fs2_open/code/ship/shipfx.cpp
   M /trunk/fs2_open/code/weapon/beam.cpp

Swifty's go-swift stuff. Makes collision detection slightly less insane.
------------------------------------------------------------------------
r6880 | FUBAR-BDHR | 2010-12-22 10:39:40 -0800 (Wed, 22 Dec 2010) | 3 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Fix for mantis 2356: Turret-free-all in an every-time acts as turret-lock-all
Fixed turret-free, beam-free-all, and beam-free as well
Removed generic subsystem argument from those as well as turret-tagged-specific as they do not have code to process it.
------------------------------------------------------------------------


Report MediaVP issues, now on the MediaVP Mantis! Read all about it Here!
Talk with the community on Discord
"If you can keep a level head in all this confusion, you just don't understand the situation"

¤[D+¬>

[08/01 16:53:11] <sigtau> EveningTea: I have decided that I am a 32-bit registerkin.  Pronouns are eax, ebx, ecx, edx.
[08/01 16:53:31] <EveningTea> dhauidahh
[08/01 16:53:32] <EveningTea> sak
[08/01 16:53:40] * EveningTea froths at the mouth
[08/01 16:53:40] <sigtau> i broke him, boys

 

Offline Angelus

  • 210
  • The Angriest Angel
Re: Nightly (Windows): 24 Dec 2010 - Revision 6880
I'll quote myself from the irc:
Quote
go_faster + go_swifter = FRAKKING EPIC AWESOME STUFF!

I'd like to thank the scp for their continued effort to improve the engine!

That's all, carry on.


 

Offline chief1983

  • Still lacks a custom title
  • Moderator
  • 212
  • ⬇️⬆️⬅️⬅️🅰➡️⬇️
    • Skype
    • Steam
    • Twitter
    • Fate of the Galaxy
Re: Nightly (Windows): 24 Dec 2010 - Revision 6880
Would have had a nightly earlier but the forum upgrade broke my SMF posting Perl code, so I have to debug what happened there when I get a chance.
Fate of the Galaxy - Now Hiring!  Apply within | Diaspora | SCP Home | Collada Importer for PCS2
Karajorma's 'How to report bugs' | Mantis
#freespace | #scp-swc | #diaspora | #SCP | #hard-light on EsperNet

"You may not sell or otherwise commercially exploit the source or things you created based on the source." -- Excerpt from FSO license, for reference

Nuclear1:  Jesus Christ zack you're a little too hamyurger for HLP right now...
iamzack:  i dont have hamynerge i just want ptatoc hips D:
redsniper:  Platonic hips?!
iamzack:  lays

 

Offline Commander Zane

  • 212
  • Spoot Knight of Anvils
Re: Nightly (Windows): 24 Dec 2010 - Revision 6880
I'll quote myself from the irc:
Quote
go_faster + go_swifter = FRAKKING EPIC AWESOME STUFF!

I'd like to thank the scp for their continued effort to improve the engine!

That's all, carry on.


At the risk of sounding like a dunce, what is go-faster / go-swifter? The OP code list says go-swift messes with collision detection, I'm just wondering if it can be explained in more detail.

 

Offline The E

  • He's Ebeneezer Goode
  • Moderator
  • 213
  • Nothing personal, just tech support.
    • Steam
    • Twitter
Re: Nightly (Windows): 24 Dec 2010 - Revision 6880
go_faster was the rebuilt graphics code that got introduced in antipodes 6, which offered substantial improvements for most people.

go_swift is Swifty's attempt at making collision detection slightly more efficient by caching some results between frames. It doesn't have as big an impact as go_faster, but it does (or should, at any rate) have a slight impact on scenes with a lot of stuff going on.
If I'm just aching this can't go on
I came from chasing dreams to feel alone
There must be changes, miss to feel strong
I really need lifе to touch me
--Evergrey, Where August Mourns

  

Offline Commander Zane

  • 212
  • Spoot Knight of Anvils
Re: Nightly (Windows): 24 Dec 2010 - Revision 6880
Awesome!