project-navigation
News
Download
Forum
Contribute
Media
FAQ
About
Contact
Personal tools
Login
Register
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
New board
Home
Help
Search
Login
Register
UFO:Alien Invasion
»
Development
»
Coding
»
Success: VS2008
« previous
next »
Print
Pages:
1
[
2
]
Go Down
Author
Topic: Success: VS2008 (Read 8166 times)
Mattn
Administrator
PHALANX Commander
Posts: 4831
https://github.com/mgerhardy/vengi
Re: Success: VS2008
«
Reply #15 on:
October 02, 2009, 06:59:19 am »
Quote from: bfett14 on October 01, 2009, 11:08:02 pm
Found reason for very low combat frame rate.
Hint: runtime checks are costly.
Then please tell us...
Logged
bfett14
Rookie
Posts: 10
Re: Success: VS2008
«
Reply #16 on:
October 06, 2009, 02:42:03 am »
One of the real-time checks would fill all local variables with 0xCCCCCCC.
R_DrawSurface has 256x256 array which would be re-filled on every one of
great many calls. Moment I turn off the check, the thing starts flying
even in debug mode.
Logged
Print
Pages:
1
[
2
]
Go Up
« previous
next »
UFO:Alien Invasion
»
Development
»
Coding
»
Success: VS2008