0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Now under the Apache2 license. Added a very basic README in .rst format. More... over 13 years ago
Javascript now passes JSLint and Google Closure syntax validation More... over 13 years ago
added radar and system info commands. The "move" and "sector" console commands now have much better output. More... over 13 years ago
added "player_info", "ship_info" "sector_info" and "move" abilities to the server as well as a "status" and "move" commands to the console. More... over 13 years ago
Login/Logout/Create Account now work properly. More... over 13 years ago
Help feature is now much more robust. Added the ability to get help on specific commands, data structures are much nicer as well. More... over 13 years ago
Server now responds to JSON instead of XML, much easier to work with. Webpage now is just acting as a "console" so I dont' have to muck around with actually styling things. It's pretty ugly and non-functional, but meh! More... over 13 years ago
Server responses can now come back in JSON format More... over 13 years ago
API how handles connection errors to the game server, better temprorary messages for functions that aren't fully implemented yet. More... over 13 years ago
Added a createAccount handler, updated some of the other handlers with some dummy data More... over 13 years ago
fixed a imporper alert in the login html used for debugging More... over 13 years ago
Game server responses are now handled correctly, logout command 'implemented' More... over 13 years ago
Heavily refactored main 'loop' for processing requests into several functions and a URLconf. All of this should be split into multiple files at some point. Also added in a sample 'logout' handler More... over 13 years ago
More minor refactorings including making a global SETTINGS object to hold command server settings More... over 13 years ago
Removed un-needed html file that was used for testing and factored out some common settings into variables. More... over 13 years ago
Initial commit More... over 13 years ago