Commit graph

467 commits

Author SHA1 Message Date
Harry Young
249f240b85 Readded a line that was unintwentionally deleted
Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
2013-08-25 23:24:25 +02:00
Harry Young
f7a3599938 Fixed a bug that reliably caused the server to crash on client disconnects
Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
2013-08-25 23:19:30 +02:00
Harry Young
71d85b5caf Minor fix to logger
Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
2013-08-25 20:21:16 +02:00
Walter Julius Hennecke
633d9e653c Fixes and updates to the new logger 2013-08-25 03:18:03 +02:00
Walter Julius Hennecke
296f3d106a Rollback of cg_syscalls.c 2013-08-25 03:05:10 +02:00
Walter Julius Hennecke
d8b4ac7c7b Rollback of ui_syscalls.c 2013-08-25 03:01:46 +02:00
Walter Julius Hennecke
ac31908cfc missing changes 2013-08-25 01:47:31 +02:00
Walter Julius Hennecke
18118404e2 Started adding new logger 2013-08-25 01:45:11 +02:00
Walter Julius Hennecke
f65df05320 Modified Init functions to print RPG-X version information 2013-08-24 17:47:17 +02:00
Walter Julius Hennecke
049c0399b9 changed RPGX_COMPILEDATE to automatically be set by compiler 2013-08-24 17:37:16 +02:00
Harry Young
d94547307c First version of target_sequence
Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
2013-08-19 17:01:18 +02:00
Harry Young
2e27219e28 Cleaned up last and Replaced all ints in cgame by int32_t
Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
2013-08-16 15:43:41 +02:00
Harry Young
e9c546ffc3 Pust just to have Jenkins handle it
I replacing all floats with double via slughammer-methode was overkill, however using Jenkins I can easier find where it makes sense
this will be roled back with the next commit

Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
2013-08-16 15:09:09 +02:00
Harry Young
b7806d4bf4 Replaced all int's in the UI module by int32_t's
Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
2013-08-16 14:58:47 +02:00
Harry Young
b29135d602 Merge branch 'splint' of git@github.com:UberGames/rpgxEF.git into splint 2013-08-15 21:15:36 +02:00
Harry Young
8c0e4ab542 Minor fix
Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
2013-08-15 21:15:28 +02:00
Walter Julius Hennecke
30888964e9 Reduced scope of some variables 2013-08-14 21:39:07 +02:00
Harry Young
23cdb7229a minor typo in fx_phaser.c
Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
2013-08-14 00:11:31 +02:00
Harry Young
e196e5b30e still fixing cg_view.c
Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
2013-08-14 00:09:33 +02:00
Harry Young
3c05e86b9c Merge branch 'splint' of git@github.com:UberGames/rpgxEF.git into splint 2013-08-14 00:08:57 +02:00
Harry Young
86fda85067 minor fix in cg_view.c
Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
2013-08-14 00:08:14 +02:00
Harry Young
c72cf80ac4 minor fix in cg_view.c
Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
2013-08-14 00:06:12 +02:00
Harry Young
387b55198c Some fixes and Tweaks
Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
2013-08-14 00:02:45 +02:00
Harry Young
fc2706750b Tons of variable scopes eliminated and some other stuff
Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
2013-08-13 23:55:00 +02:00
Harry Young
e1198d3079 Merge branch 'splint' of git@github.com:UberGames/rpgxEF.git into splint 2013-08-13 22:50:00 +02:00
Harry Young
6915192f33 Reduced scope in cg_consolecmds.c and cg_draw.c
Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
2013-08-13 22:49:01 +02:00
Walter Julius Hennecke
222f0d77a9 more bugs ... umm fixes I mean 2013-08-13 21:56:47 +02:00
Walter Julius Hennecke
b979af4c67 lol even more mistakes ... today is not my day 2013-08-13 21:52:42 +02:00
Walter Julius Hennecke
42c2f9216b missed another one 2013-08-13 21:50:19 +02:00
Walter Julius Hennecke
79596ab7e5 fixed g_client.c 2013-08-13 21:48:06 +02:00
Walter Julius Hennecke
5a78efe9cf Reduced scope of more variables 2013-08-13 21:45:20 +02:00
Harry Young
1059d56e85 More stuff tuned
Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
2013-08-13 01:07:02 +02:00
Harry Young
1918e8d9fc fix in qmenu
Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
2013-08-13 00:58:00 +02:00
Harry Young
f4389a246d - fixed atoms again (hopefully)
Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
2013-08-13 00:54:12 +02:00
Harry Young
ebaa118d4f - worked off remaining variableScope and unusedVariable in UI (unless I popped new ones up)
- fixed an issue with atoms

Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
2013-08-13 00:49:39 +02:00
Harry Young
020b75608b - same as last on library.c
- minor fix in atoms.c

Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
2013-08-13 00:09:02 +02:00
Harry Young
390e597c43 - Fixed variableScope and unreadVariable style warnings in UI module
- also removed my test file

Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
2013-08-12 23:53:39 +02:00
Harry Young
d85e61ae76 test to help me understand branching
Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
2013-08-12 23:33:09 +02:00
Walter Julius Hennecke
534ecfbdff added null ptr checkes 2013-08-12 23:03:01 +02:00
Walter Julius Hennecke
810bf1b644 some fixes
- reduced scope of some variables
- added null pointer check
2013-08-12 22:44:39 +02:00
Walter Julius Hennecke
f8d9dec3b9 fixed cppcheck-inline supressions 2013-08-12 22:12:32 +02:00
Walter Julius Hennecke
1c737274c2 Fixed warnings 2013-08-12 20:26:28 +02:00
Walter Julius Hennecke
872ac60650 Reduced scope of some variables 2013-08-12 20:02:35 +02:00
Walter Julius Hennecke
1a4235bf02 Reduced scope of varoius variables in ai_cmd.c 2013-08-12 19:37:26 +02:00
Walter Julius Hennecke
74f6adbfbb Added a missing /* 2013-08-12 19:30:20 +02:00
Walter Julius Hennecke
f965ddc28e fixed some memory leaks 2013-08-11 23:07:37 +02:00
Walter Julius Hennecke
ff04d11055 repeplaced some ints by int32_t 2013-08-11 02:04:14 +02:00
Walter Julius Hennecke
8358e12dee Modified various indentations 2013-08-11 01:58:53 +02:00
Walter Julius Hennecke
2fd155b9fd Deleted comment 2013-08-11 01:32:43 +02:00
Walter Julius Hennecke
2c7b5766c7 fixed entityDefParser 2013-08-02 23:34:54 +02:00