0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 20 hours ago.
May 09, 2023 — May 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
FIX: automatically copy the config_gcc.h into config.h More... over 17 years ago
FIX: forgot to implement the new trace function More... over 17 years ago
Major update to version 0.5.4, round 2 More... over 17 years ago
Major update to version 0.5.4, round 2 More... over 17 years ago
Major update to version 0.5.4, round 1 More... over 17 years ago
Torbjörn Söderstedt saw that ASSound::stop puts a value on the stack. In this context the value is not needed and should be popped. Dag Hovland More... over 18 years ago
Fix crash in doActionGoToLabel on flash files with no sound More... over 18 years ago
Fix for my fix: Make sure getMember() clones items it returns in the right situations, as it did before More... over 18 years ago
Last change was an embarassing mistake, and not an error. Sorry :) More... over 18 years ago
ASInterface::isVisible() is not dealing with a cloned member and so the "_isvisible" member should not be deleted More... over 18 years ago
Fix crash when using automatic movie loop on files with no sound (bug introduced earlier in hovlanddag's streaming sound patch) More... over 18 years ago
Fix ObjectMembers::getMember, setMember, setMemberNoClone. Now all 3 functions properly realize when a member doesn't exist in the hash_map. More... over 18 years ago
Make ASTextFields add a listener and respond to keyboard events when selected (with a TODO) More... over 18 years ago
Patch by Michael Carlson, which de-ambiguates variables names in RegisterCount's constructor.
tgc
More... over 18 years ago
Patch by Michael Carlson, which make eventmanager also check the functionmembers for "onKeyDown" this allows eventmanager to call a built-in listener, such as ASKey::onKeyDown.
tgc
More... over 18 years ago
Patch by Michael Carlson, which makes sure ASObject::getListener() returns correctly.
tgc
More... over 18 years ago
Patch by Michael Carlson which implements ASKey::onKeyDown(), ASKey::onKeyUp(). It also fixes ASKey::addListener to set the listener based on getFunctionMember instead of getMember, which means ASKey handles functions that are part of gplflash.
tgc
More... over 18 years ago
Patch by Michael Carlson making the ASLib TODO messages tell which function of what class they were encountered in.
tgc
More... over 18 years ago
Patch by Michael Carlson to remove two redundant lines.
tgc
More... over 18 years ago
Patch by Dag Hovland to change pointer to correct type SOUNDTRACK
tgc
More... over 18 years ago
Part of Dag Hovlands streaming sound patch. Yes I forgot to commit them with the actual patch...
tgc
More... over 18 years ago
Patch by Dag Hovland which implements streaming sound in a separate thread.
tgc
More... over 18 years ago
Patch by Michael Carlson implementing ASArray::join, ASArray::reverse and ASArray::unshift.
tgc
More... over 18 years ago
PAtch by Michael Carlson to make MotionNotify events in the plugin MUCH more responsive.
tgc
More... over 18 years ago
Patch by Michael Carlson to implement ASArray::pop and ASArray::shift.
tgc
More... over 18 years ago
Patch by Michael Carlson to remove some unneccesary double to float to double conversions.
tgc
More... over 18 years ago
Pix possible crash in OglTexture(): check that the OpenGL vendor string contains at least 3 chars before checking for "NVI". Might fix bug 1295289.
tgc
More... over 18 years ago
Patch by Michael Carlson to make doesOverlap work correctly.
tgc
More... over 18 years ago
PAtch by Torbj�rn S�derstedt to hopefully correct some mistakes in GotoFrame2: Indirection when using p and Operator precedence.
tgc
More... over 18 years ago
A patch by Torbj�rn S�derstedt for a simple error in DefineBitsLossless.
tgc
More... over 18 years ago