1
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 07, 2023 — Jun 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
1. Rewrote client to use new libnds with wifi integration and built int keyboard functions.
Derrick Wirth
as sypherce
More... over 15 years ago
Moved "COPYING" into the server and client directorys so they can be packaged separately.
Derrick Wirth
as sypherce
More... over 15 years ago
Added the GPLv3 license document under the filename "COPYING".
Derrick Wirth
as sypherce
More... over 15 years ago
1. Added GNU license to the top of each file.
Derrick Wirth
as sypherce
More... over 15 years ago
1. Re-enabled GUI log and fixed it by adding a log variable, "All Messages" (the value is 3 in the ds2key.ini file) will still cause lag, it's for testing purposes only.
Derrick Wirth
as sypherce
More... over 15 years ago
1. Fixed mouse GUI settings.
Derrick Wirth
as sypherce
More... over 15 years ago
1. Added a simple 8 pixel input border around the entire DS touch screen for mouse movement, not mouse buttons.
Derrick Wirth
as sypherce
More... over 15 years ago
1. Implemented Connect/Disconnect methods. 2. Stoped excessive mouse position messages.
Derrick Wirth
as sypherce
More... over 15 years ago
1. Disabled log in GUI temporarily, caused lag. 2. Added missing icon file. 3. Fixed icon path in resource file. 4. Added linux mouse support.
Derrick Wirth
as sypherce
More... over 15 years ago
1. Removed IUP GUI and replaced with a native Windows GUI, hopefully linux will get a GUI eventually. 2. The GUI isn't polished, some things aren't working quite right or at all. 3. The VC++ project isn't function correctly with the GUI. 4. All consoles versions, mingw, vc++, linux should work as they did before.
Derrick Wirth
as sypherce
More... over 15 years ago
1. Forgot to add project file with GUI defined by default.
Derrick Wirth
as sypherce
More... over 15 years ago
1. Added proper emulator detection (borrowed from gbawins, thanks liranuna) for easy testing. 2. Fixed /p? bug. 3. Added a simply GUI for the pc side with the portable "IUP Portable User Interface", just shows the log similar to console mode. Console mode will be kept as a compiler option. Haven't tested GUI in linux, but it should work.
Derrick Wirth
as sypherce
More... over 15 years ago
1. Just small syntax changes, forgot to run everything through Uncrustify.
Derrick Wirth
as sypherce
More... over 15 years ago
1. Separated main9.c file into main9.h, config.c/h, sprite.c/h, and wifi.c/h. 2. Changed keyboard functions, port and profile only allow numbers to be entered 3. Added configuration file read/write functions. Remember to apply the appropriate DLDI patch, if needed. 4. Switched from custom ip-to-string and string-to-ip functions with standards functions in server and client code.
Derrick Wirth
as sypherce
More... over 15 years ago
1. Implemented mouse clicking for left, right, and middle buttons.
Derrick Wirth
as sypherce
More... over 15 years ago
1. Added Linux support by adding xds2key code (http://frodo.dyn.gno.org/~brettk/xds2key). Compile with "gcc *.c -O2 -s -o ds2key -lX11 -lXtst" for now. 2. Moved vk.c and vk.h to key.c and key.h.
Derrick Wirth
as sypherce
More... over 15 years ago
1. Fixed Y button bug. Accidentally set the release event to still press instead of release.
Derrick Wirth
as sypherce
More... over 15 years ago
1. Switched from "GreatCode" to "Uncrustify" for syntax management, and ran everything through it. 2. Switched from using "gba2gfx" to "grit" for converting graphics. Also added proper lines to the makefile so it's done dynamically at compile time. 3. Cleaned up how the keyboard was drawn, also fixed unwanted behavior with the shift key. 4. Separated configuration functions and variables into it's own files. Also changed read functions so they write over them after reading what it can. 5. Added in old mouse-button functionality.
Derrick Wirth
as sypherce
More... over 15 years ago
1. Syntax changes only. Changed how Pre-Processor commands are aligned in the "GreatCode" configuration.
Derrick Wirth
as sypherce
More... over 15 years ago
1. Added light controlling functions. Screen lights will turn off after 4 seconds of being in an "idle situation". 2. Cleaned up wifi fifo functions. 3. Fixed swiWaitForVBlank and removed waitForVBL because of 1 and 2.
Derrick Wirth
as sypherce
More... over 15 years ago
1. Added actual sprites for top-left and bottom-right buttons.
Derrick Wirth
as sypherce
More... over 15 years ago
1. Added _CRT_SECURE_NO_WARNINGS to VC++ project definitions, removing need for sscanf = sscanf_s definitions and others simiklar.
Derrick Wirth
as sypherce
More... over 15 years ago
1. Fixed a compile problem caused by running GreatCode.
Derrick Wirth
as sypherce
More... over 15 years ago
1. Forgot to update project files last commit. 2. Added proper profile detection ("/p?" command).
Derrick Wirth
as sypherce
More... over 15 years ago
1. Added Reading (and writing default) config files, and profile config files
Derrick Wirth
as sypherce
More... over 15 years ago
1. Re-indented all code with GreatCode.
Derrick Wirth
as sypherce
More... over 15 years ago
1. General syntax cleanup 2. Added GPL License to every source file 3. Added a incomplete GUI to the client, top left and top right GUI buttons aren't visible. 4. Possibly other stuff, I changed enough I might not remember.
Derrick Wirth
as sypherce
More... over 15 years ago
1. Fix compilation error about GH_ANY, removed it thinking it wasn't needed. 2. Made a temporary fix for swiWaitForVBlank() function not working. 3. Fixed button press output, now displays "Failed to send" when it fails, not when it succeeds. 4. Cleaned up mouse command on server, also fixed it so it detects a press/release properly.
Derrick Wirth
as sypherce
More... over 15 years ago
1. Changed VC Project file, uses the same folder scheme as CodeBlocks Project file. 1. Removed automatically generated folders.
Derrick Wirth
as sypherce
More... over 15 years ago
1. Just some code cleanups, removals and syntax.
Derrick Wirth
as sypherce
More... over 15 years ago