wmud/wmud
Gergely Polonkai 3ea30a812b Fixed typo
Used g_warn() instead of g_warning()
2013-01-06 14:10:11 +01:00
..
.gitignore
configuration.c Consolidated WmudClientState into wmudclient.[ch] 2013-01-05 21:17:43 +01:00
configuration.h
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
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 Fixed typo 2013-01-06 14:10:11 +01:00
main.h
maintenance.c Consolidated WmudClientState into wmudclient.[ch] 2013-01-05 21:17:43 +01:00
maintenance.h
Makefile.am Refactored WmudClientState into a separate file 2013-01-06 04:28:59 +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 Added the state-change signal for WmudClient 2013-01-06 04:31:11 +01:00
wmudclient.h Refactored WmudClientState into a separate file 2013-01-06 04:28:59 +01:00
wmudclientstate.c Refactored WmudClientState into a separate file 2013-01-06 04:28:59 +01:00
wmudclientstate.h Refactored WmudClientState into a separate file 2013-01-06 04:28:59 +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