wmud/wmud
2013-01-06 03:08:06 +01:00
..
.gitignore Renamed directory src to wmud 2012-03-27 17:14:55 +02:00
configuration.c Consolidated WmudClientState into wmudclient.[ch] 2013-01-05 21:17:43 +01:00
configuration.h Now reading SMTP related settings from the config file 2012-05-17 23:05:23 +02:00
db.c Migrated the old wmudPlayer struct to the WmudPlayer GObject 2013-01-05 04:47:04 +01:00
db.h Consolidated WmudClientState into wmudclient.[ch] 2013-01-05 21:17:43 +01:00
game-networking.c Moved network related functions to GLib signal handlers 2013-01-05 22:56:42 +01:00
game-networking.h Consolidated WmudClientState into wmudclient.[ch] 2013-01-05 21:17:43 +01:00
game.c Restructured code for better readability 2013-01-02 02:04:53 +01:00
game.h Renamed directory src to wmud 2012-03-27 17:14:55 +02:00
interpreter.c Migrated struct wmudClient to the WmudClient GObject 2013-01-05 03:43:31 +01:00
interpreter.h Migrated struct wmudClient to the WmudClient GObject 2013-01-05 03:43:31 +01:00
main.c Added timestamp to the logs 2013-01-06 03:07:51 +01:00
main.h Fixed spacing of logger skeleton. Added initial comment to main.h 2012-05-18 15:53:48 +02:00
maintenance.c Consolidated WmudClientState into wmudclient.[ch] 2013-01-05 21:17:43 +01:00
maintenance.h Added the self-standard comments to maintenance.h 2012-03-29 17:58:58 +02:00
Makefile.am Migrated the old wmudPlayer struct to the WmudPlayer GObject 2013-01-05 04:47:04 +01:00
menu.c Migrated struct wmudClient to the WmudClient GObject 2013-01-05 03:43:31 +01:00
menu.h Migrated struct wmudClient to the WmudClient GObject 2013-01-05 03:43:31 +01:00
players.c Migrated the old wmudPlayer struct to the WmudPlayer GObject 2013-01-05 04:47:04 +01:00
players.h Fixed some header inclusions 2013-01-06 03:08:06 +01:00
texts.c Fixed some header inclusions 2013-01-06 03:08:06 +01:00
texts.h Fixed some header inclusions 2013-01-06 03:08:06 +01:00
wmudclient.c Moved network related functions to GLib signal handlers 2013-01-05 22:56:42 +01:00
wmudclient.h Moved network related functions to GLib signal handlers 2013-01-05 22:56:42 +01:00
wmudplayer.c Migrated the old wmudPlayer struct to the WmudPlayer GObject 2013-01-05 04:47:04 +01:00
wmudplayer.h Consolidated WmudClientState into wmudclient.[ch] 2013-01-05 21:17:43 +01:00
world.c Added missing g_clear_error() in wmud_load_error() 2013-01-02 02:06:19 +01:00
world.h Almost finished world loading code 2012-03-30 19:53:47 +02:00