Commit Graph

17 Commits

Author SHA1 Message Date
AJ Kelly b389308611 use the real product id instead of a hardcoded 'StepMania AMX' 2012-05-21 17:59:06 -05:00
Aldo Fregoso 09f369cd33 Imported the check for updates code from StepMania AMX.
---
TODO: Move the code from NSMAN to a new class
TODO: HOOKS->GetURL for Linux
TODO: Do not run the check every time the game is launched, use:
PREFSMAN->m_iUpdateCheckIntervalSeconds - Seconds to wait before running the next check
PREFSMAN->m_iUpdateCheckLastCheckedSecond - Timestamp of the last check
2012-05-21 02:29:59 -05:00
Jason Felds d909714249 Cue rage in 3... 2... 1... 2012-01-16 18:04:40 -05:00
Flameshadowxeroshin e5c4ad0e5b add some log stuff for debugging 2012-01-16 21:30:52 +00:00
Jason Felds 720675637e The last of the LOG warnings I think. 2011-06-12 03:12:44 -04:00
Colby Klein 301247d952 Fix compile in GCC 2011-03-27 17:28:44 -07:00
AJ Kelly f4a9a3acc4 actually use strtol as intended, checking for invalid inputs 2011-03-27 19:19:31 -05:00
AJ Kelly cab7c1f077 use unsigned short instead of unsigned int for port; also use strtol instead of atoi 2011-03-27 19:06:15 -05:00
AJ Kelly cd768cbb8c changed port number from a short to an unsigned int 2011-03-27 17:49:18 -05:00
Jason Felds a085d0d1da Line endings...be normalized! 2011-03-17 01:47:30 -04:00
Jason Felds 00257e7995 Consistent semicolon use.
This is C++, not Python!
2011-02-18 20:40:51 -05:00
AJ Kelly 8943c2a325 Added CloseConnection() Lua binding. 2011-01-12 13:05:07 -06:00
AJ Kelly 4bde985f10 --listen was originally added in a96e8ba:
"I added some support to make the client act as a pseudo-server. I'm doing this so it might be possible to have SMOnline written entirelly in Flash."

Considering that this never panned out, and --listen doesn't exactly work, I'm removing it.
2010-08-23 02:16:10 -05:00
AJ Kelly 60b86919ba [Player] CheckpointsFlashOnHold metric added (bool). also cleanup/comment/etc. 2010-02-24 02:40:36 -06:00
AJ Kelly f2f7d2ceeb add [MusicWheel] RecentSongsToShow metric
--------
cleanup
small amount of work on guitar-five (still incomplete)
add more commented out stuff for replay data playback
debug trace combo in order to find out issues with smo-ssc
added old packet names as comments in NetworkSyncManager.h
2010-02-05 13:42:55 -06:00
AJ Kelly 3e51544930 Initial commit. 2010-01-26 21:00:30 -06:00
Devin J. Pohly 80057f53cd smsvn -> ssc-hg glue: rearrange directory structure 2013-06-10 15:38:43 -04:00