Stephen E. Baker

Results 48 issues of Stephen E. Baker

Using the default config (though I didn't see any config line that would change it), multiline comments using the --[[ --]] syntax get collapsed into the next instruction. This is...

LuaDoc style `---` appears to be supported, but when SciTE style `--~` or CorsixTH `--!` style documentation comments are present they get split `-- ~` or `-- !`. It would...

enhancement

I was attracted to this tool by the callback functionality (https://github.com/jmartin82/mmock/issues/110) but for our purposes (simulating the Twilio Programmable Messaging API) it would be useful to support multiple callbacks for...

https://github.com/CorsixTH/CorsixTH/issues/1091 was posted in CorsixTH today that looks to originate in luasocket (as packaged for Debian, awaiting confirmation on the version). CorsixTH Code: https://github.com/CorsixTH/CorsixTH/blob/b6fc9f9e0c6893720200088d21da4e2e14f0d319/CorsixTH/Lua/app.lua#L1448 Stacktrace: ``` #0 0x00007fffd40e01e1 in timeout_markstart...

I was eventually able to compile with the makefile for PLAT=win32 but I had to make a few changes to the make file and provide a few overrides to do...

I would like to use the resulting lua libraries in a CMake project. Right now this appears to install in whatever the current working directory is, which cannot be set...

In X the joystick input doesn't get intercepted so the screen blanks during play. It would be nice if the xset workaround was built into this launcher. https://unix.stackexchange.com/questions/214803/how-to-prevent-dpms-screensaver-from-activating-when-gamepad-used

will not fix

_From [[email protected]](https://code.google.com/u/103151296340780558493/) on September 21, 2012 11:35:46_ What steps will reproduce the problem? 1. There are not much space left between rooms. 2. There are not enough benchs for waiting...

P3 Medium
Googlecode
bug

_From [soundasleep](https://code.google.com/u/soundasleep/) on March 29, 2013 22:35:12_ What steps will reproduce the problem? What is the expected output? What do you see instead? 1. Open attached save game 2. Observe...

P3 Medium
Googlecode
bug

_From [[email protected]](https://code.google.com/u/103808344187714755160/) on February 09, 2013 18:55:59_ audio.lua contains a function audio:pauseBackgroundTrack(). This function exposes an SDL/timidity bug that causes all audio to be muted not just the music track...

P4 Low
Googlecode
bug
S:Upstream