Search found 3 matches
- Wed Jun 16, 2010 9:01 pm
- Forum: Bugs Archive
- Topic: Sound crackles slightly
- Replies: 0
- Views: 1018
Sound crackles slightly
In t-engine4-src-1.0.0beta4 , the sound in the forest begins to crackle slightly after a while (half a minute or so). Disabling and re-enabling doesn't help. When the game goes back to the main menu, the crackling stops as soon as a new song plays. This didn't happen with t-engine4-src-1.0.0beta3 . ...
- Sun Jun 13, 2010 1:42 pm
- Forum: Bugs Archive
- Topic: Typos
- Replies: 669
- Views: 205894
Re: Typos
t-engine4-src-1.0.0beta3 interresting ? interesting ./CREDITS:- J.R.R. Tolkien who made the world an interresting place ./game/modules/example/class/Game.lua: self.flash(self.flash.GOOD, "Looking around... (direction keys to select interresting things, shift+direction keys to move freely)"...
- Sun Jun 13, 2010 9:14 am
- Forum: Bugs Archive
- Topic: get_self_executable() returns address of local variable
- Replies: 0
- Views: 1061
get_self_executable() returns address of local variable
Hi, Yesterday I downloaded t-engine4-src-1.0.0beta3 from http://tome.te4.org/download. In src/getself.c I found const char *get_self_executable(int argc, char **argv) { char res[PATH_MAX]; ... return res; } The storage class of res should probably be static . Lorsch