Commit Graph

14 Commits

Author SHA1 Message Date
micsthepick
6d58466509 debug gui runs (non functional yet) 2022-11-09 17:09:45 +11:00
Derrick Wirth
5473dd08fe Moved string into header 2017-03-06 14:18:35 -08:00
Derrick Wirth
ba03496e9e Added a clamp function 2016-09-27 17:27:50 -07:00
Derrick Wirth
ba53592bc2 Small whitespace changes in nearly every file 2016-09-13 15:07:00 -07:00
Derrick Wirth
8bb771223f Re-arranged #ifdefs for intellisense 2016-08-28 01:01:21 -07:00
Derrick Wirth
7f7201855b Fixed string_to_uint8_t and string_to_uint16_t 2016-07-18 16:44:58 -07:00
Derrick Wirth
8c6ad9b635 Quick dirty port of DS UI to 3DS
Find IP Button does not work.
Screen is not scaled to full resolution.
Closing DS hangs.
Touch function does not send data to server.
2016-04-12 11:21:07 -07:00
Derrick Wirth
1026ea77c1 Clamped g_stylus_position px and py values
Also I replaced the text occurrence of SVN with git
2016-02-10 15:05:41 -08:00
Derrick Wirth
fc260aaef6 Syntax Work Part 6 of 6
I'm done doing syntax work, I'll now fix anything I find in files that I
actually change. Also changed some char*'s into std::string's.
2016-02-10 10:48:58 -08:00
Derrick Wirth
08485817a9 More Syntax Work
Same stuff as last commit, compiled product should be the same
2016-01-27 19:25:18 -08:00
Derrick Wirth
e2dc7fa8e8 Fixed broken functions
string_to_uint8_t and string_to_uint16_t did not work at all.
2016-01-27 01:37:05 -08:00
Derrick Wirth
22095c1417 Syntax Changes
Should be the exact same application when compiled, just cleaned up the
source code
2016-01-26 22:53:36 -08:00
sypherce@gmail.com
accf313a2a 1. Code structure. Changed namespaces, converted some classes to namespaces.
2. Implemented customized command button text and position. Windows gui displays data, but is unable to properly edit.
3. Altered DS drawing routines. Slightly safer methods.
2014-01-23 08:10:04 +00:00
sypherce@gmail.com
7762de430f 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
2013-12-09 08:56:23 +00:00