peter1138
|
1102c157eb
|
(svn r10038) -Fix (r8634): Sprite resulting from '?' substitution was reloaded into the cache entry for SPR_IMG_QUERY instead of the original sprite cache entry. This resulted in unaccounted missing sprite cache memory, and was exacerbated because the original missing sprite was not cached, so it did it again and again and again. Slowdowns and boom. Etc.
|
2007-06-04 20:42:49 +00:00 |
|
belugas
|
097b3b3c7b
|
(svn r9662) -Documentation: Doxygen corrections and @file omissions
|
2007-04-17 20:23:13 +00:00 |
|
belugas
|
6a86e75870
|
(svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near
|
2007-04-04 01:35:16 +00:00 |
|
rubidium
|
979ccd45ba
|
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
|
2007-03-07 12:11:48 +00:00 |
|
rubidium
|
4169bfba06
|
(svn r9050) -Codechange: Foo(void) -> Foo()
|
2007-03-07 11:47:46 +00:00 |
|
rubidium
|
c9b2b81413
|
(svn r8634) -Codechange: replace missing sprites with a red question mark.
|
2007-02-08 14:02:12 +00:00 |
|
Darkvater
|
f6d68ab378
|
(svn r8218) -Codechange: Increase spritecache size to 2MB. This will vastly improve performance when using (lots of) grf files. You can change it yourself easily with the SPRITE_CACHE_SIZE compile flag. (peter1138).
|
2007-01-17 23:25:19 +00:00 |
|
peter1138
|
e6178acc18
|
(svn r8166) -Fix (r7797): Protect against out of bounds access to the sprite ptr
list.
|
2007-01-16 22:10:35 +00:00 |
|
KUDr
|
28e969924b
|
(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter
|
2007-01-11 17:29:39 +00:00 |
|
rubidium
|
a7d0cdf95f
|
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
|
2007-01-10 18:56:51 +00:00 |
|
KUDr
|
07c30785ab
|
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
|
2007-01-10 18:12:09 +00:00 |
|