1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
1. Fixed Linux support 2. Removed some newly unused code left in last revision More... over 10 years ago
1. Button presses are now processed while the "Command window" on DS is active. 2. Each "Command button", "physical button", or "guitar grip button" can now be assigned a "key", "joypad button", or execute an "application" or "system command". 3. GUI has been updated to show all settings, but can not setup "Joypad buttons" or "system commands" quite yet, must be done manually. 4. I have not tested linux recently, should work with minimal tweaks. 5. Fixed typo bug in PPJoy::ResetAxes. More... over 10 years ago
1. More comments 2. Replaced most printf, sprintf(stderr with cout and clog, removed unused log functions 3. Separated struct DS2KeyPacket into it's own header file 4. Removed memset where possible 5. Enabled guitar grip support 6. Increased ppjoy buttons up to 20 7. Codeblocks projects files should work but I wasn't able to verify More... over 10 years ago
1. Merged udp.cpp/h into common folder More... over 10 years ago
1. Client side changes did not make it into last commit 2. iniParser.cpp/h renamed to iniParserWrapper.cpp/h to avoid naming conflict in windows More... over 10 years ago
1. Code structure changes More... over 10 years ago
1. Seperated server/gui/gui.cpp into many files 2. Comments and code structure changes More... over 10 years ago
[no comment] More... over 10 years ago
1. Fixed crashing bug in config.cpp More... over 10 years ago
1. Fixed a libnds bug with updating the time on a 3DS 2. Cleaned some DS GUI & networking code 3. Implemented command window functions More... over 10 years ago
1. Even more syntax and code stucture changes 2. Fix linux compile issues 3. Fixed UDP::Disconnect function 4. Fixed Lid key not functioning 5. Fixed checkbutton graphic glitch More... over 10 years ago
1. Added missing Linux #define. 2. Removed some clutter files. More... over 10 years ago
1. More syntax and code structure changes. 2. Implemented Relative and Absolute mouse functions for Linux. More... over 10 years ago
1. Simplified functions 2. Reorganized code More... over 10 years ago
1. Added Turbo Mode 2. Lots of syntax and code structure changes, expect more. 3. Access point test code, nothing actively implemented though. 4. Maybe other things, not sure. More... over 10 years ago
Finished converting the main and keypad windows to classes. Still need to clean up the namespaces More... over 10 years ago
[no comment] More... over 10 years ago
[no comment] More... over 10 years ago
1. Fixed compiling in linux. 2. Added compile.console.bat, and compile.console.sh scripts. compile.gui.bat was not include as compiled executable does not function properly.
Derrick Wirth
as sypherce
More... over 14 years ago
1. Reverted code to revision 44, release 1.01. 2. Updated copyright years in all updated files. 3. Linux version is very likely broken as I'm unable to test and compile a version in Linux at this time. 4. (Client) Updated a few things in for the new devkitpro. 5. (Client) Added #ifdef USE_OLD_PROTOCOL and by default it defines USE_NEW_PROTOCOL instead, also using code for the new protocol obviously. 6. (Server) Added support for a new protocol that decreases button press misses and eliminates stuck buttons. Also retained support for the old protocol.
Derrick Wirth
as sypherce
More... almost 15 years ago
1. Implemented mouse modes in configuration files, gui still needs to be updated. Mouse buttons are NOT sent when in mouse modes OTHER THAN button mode. Mouse movement is NOT sent WHEN IN button mode. 2. Current revision does not function in linux well, configuration got broken somehow. /p? problem is happening again in linux and windows, perhaps it wasn't fixed after all, or it was broken again.
Derrick Wirth
as sypherce
More... about 15 years ago
1. Added code for relative mouse movement in linux and windows. To enable it change the relativeMovement variable to 1 in main.c.
Derrick Wirth
as sypherce
More... about 15 years ago
1. Fixed a bug with the mouse cursor going into negative values, causing wrapping in the linux version.
Derrick Wirth
as sypherce
More... over 15 years ago
1. Fixed issue #1. 2. Fixed warning from a multiline comment, wasn't a problem, but got rid of the warning.
Derrick Wirth
as sypherce
More... over 15 years ago
1. Added _sleep function to console versions which should eliminate the ~60% CPU usage.
Derrick Wirth
as sypherce
More... over 15 years ago
1. Fixed bug with a overflowing loop function in getKeyNumber(key). 2. Added check in Gui.c for easyer compiling.
Derrick Wirth
as sypherce
More... over 15 years ago
1. Fixed GH Pad repeat bug reported by blahblahblaster from gbadev.org. 2. Fixed screen printing functions (was missing "clearing spaces"). 3. Seperated lid checking code into a function.
Derrick Wirth
as sypherce
More... over 15 years ago
1. Added extended key checks in "main.c"/"main.h" which should fix issue #3. 2. Fixed possible corruption in "profileComoboText" variable in "gui.c". 3. Removed some junk from function "DialogProc" in "gui.c".
Derrick Wirth
as sypherce
More... over 15 years ago
1. Added GPL license to the top of files missing it.
Derrick Wirth
as sypherce
More... over 15 years ago
1. Fixed a corruption bug with the GUI log.
Derrick Wirth
as sypherce
More... over 15 years ago