Commit graph

460 commits

Author SHA1 Message Date
Walter Julius Hennecke
0ed8422996 changed handling of strings 2013-10-10 21:42:02 +02:00
Walter Hennecke
216a871ff8 Fix crash of bgLex on linux. No idea why this worked on Windows it should have crashed as well. 2013-10-10 23:36:08 +02:00
Walter Julius Hennecke
aee36d9ad1 some changes to bg_lex 2013-10-10 21:10:12 +02:00
Walter Julius Hennecke
14b22ee5db Revert "some changes to bg_lex"
This reverts commit 57bf980ef7.
2013-10-10 21:08:59 +02:00
Walter Julius Hennecke
57bf980ef7 some changes to bg_lex 2013-10-10 21:06:12 +02:00
Walter Julius Hennecke
b2250734e0 Changed morphem string data to a fixed size of 1024. 2013-10-09 23:16:24 +02:00
Walter Julius Hennecke
9a7adfab67 More logger replacements 2013-10-09 22:33:04 +02:00
Walter Julius Hennecke
fb75b5eda6 Added additional temporal debug message. 2013-10-09 22:03:13 +02:00
Walter Julius Hennecke
2f1846c658 Added new logger to function G_LoadLocationsFile ...
... to find out where it is crashing on linux.
2013-10-09 21:59:25 +02:00
Walter Julius Hennecke
3377aeca31 Removed bg_lex.yy.c and modified Makefile
- removed bg_lex.yy.c
- modified Makefile to genereate bg_lex.yy.c with flex (which will
hopefully fix linux server crashes <- has to be tested)
2013-10-08 23:51:42 +02:00
Walter Julius Hennecke
51acc2f6fd Removed old unused file 2013-10-07 20:56:17 +02:00
Walter Julius Hennecke
9df137c07c Fixed some errors 2013-10-07 20:53:32 +02:00
Walter Julius Hennecke
b9a73ecdad Work on logging.
- added additional logger macros
- made cg_main.c traceable
2013-09-03 23:33:51 +02:00
Walter Julius Hennecke
1494913f18 Added include guards to all game and ui headers. 2013-09-03 23:01:15 +02:00
Walter Julius Hennecke
ea956a8d21 Added include guards to all cgame headers ...
where they were missing.
2013-09-03 22:42:30 +02:00
Walter Julius Hennecke
d2b765a9e3 Started replacing CG_Printf's by the new logger ...
- added multiple include guards to headers to fix compiling
2013-09-03 22:37:10 +02:00
Walter Julius Hennecke
8b397da7df Added logging to fx_torpedo on game side and possible fix for the entity. 2013-08-28 23:56:21 +02:00
Harry Young
e1c3c18e15 Merge branch 'splint' of git@github.com:UberGames/rpgxEF.git into splint 2013-08-28 23:48:31 +02:00
Harry Young
96dc0769e5 Decoys and target_sequence
fixed bug, where decoys would crash a client who has the radar HUD-Element (tricorder or Phaser Rifle) open
many fixes and improvements to target_sequence (need to counter test some of these)

Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
2013-08-28 23:46:14 +02:00
Walter Julius Hennecke
f2ea43430c Fixed a bug where fx_phaser would not work anymore. 2013-08-28 23:40:01 +02:00
Walter Julius Hennecke
2efe66b968 Logger messages for fx_phaser and marked possible error location+ 2013-08-28 21:25:38 +02:00
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
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
Walter Julius Hennecke
30888964e9 Reduced scope of some variables 2013-08-14 21:39:07 +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
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
Walter Julius Hennecke
9a69a10d68 Fixed a bug
Fixed a bug where use of /drop while beeing dead resultet in a crash.
2013-08-01 20:43:39 +02:00
Walter Julius Hennecke
c5a3beb3a8 Some urgent bug fixes 2013-07-22 23:56:44 +02:00
Walter Julius Hennecke
97f3cb7eba More updates and work on sound zones for global sounds ...
... not what I want it to be but I need a break.
2013-07-21 15:24:57 +02:00
Walter Julius Hennecke
dfd8dea02e Added multiple things ... 2013-07-21 01:34:09 +02:00
Walter Julius Hennecke
0080fe29f9 Added global loop sounds ... 2013-07-20 23:10:39 +02:00
Walter Julius Hennecke
21602f912e Revert "This is somewhat of an experiment in which I try to add global looping sounds ..."
This reverts commit 1fdd793215.
2013-07-18 23:14:41 +02:00
Walter Julius Hennecke
1fdd793215 This is somewhat of an experiment in which I try to add global looping sounds ...
... this possible solution has not been tested yet.
2013-07-18 00:24:44 +02:00
Walter Julius Hennecke
5742263b89 fogot to commit updated project file 2013-07-12 19:01:55 +02:00
Walter Julius Hennecke
e7b61245d6 Added one function to g_items.h and removed external declarations for it 2013-07-12 18:57:49 +02:00
Walter Julius Hennecke
61ee99a379 Some more changes 2013-07-12 18:52:19 +02:00
Walter Julius Hennecke
e41e1d1cbf Did some work on g_items.c 2013-07-12 00:10:06 +02:00
Walter Julius Hennecke
a6c7f7582e Moved some functions from g_local.h into new headers 2013-07-10 22:35:20 +02:00
Walter Julius Hennecke
14f7daa522 added missing include in g_cinematic.h ...
wow that must have been missing for ages
2013-07-08 21:08:45 +02:00
Walter Julius Hennecke
0c658b2813 added missing includes 2013-07-08 21:06:42 +02:00
Walter Julius Hennecke
e6e86bea0f added missing include to g_misc.c 2013-07-08 21:02:50 +02:00
Walter Julius Hennecke
99380336af added missing include to g_items.c 2013-07-08 21:01:52 +02:00
Walter Julius Hennecke
2685ce85ee added missing header to g_client.c 2013-07-08 21:00:23 +02:00
Walter Julius Hennecke
89ca5122d2 moved function delarations that belong to g_spawn to g_spawn.h 2013-07-08 20:59:00 +02:00
Walter Julius Hennecke
b31ec10d1f moved several G_Client function to g_client.c from other files 2013-07-08 20:53:00 +02:00
Walter Julius Hennecke
fab24283e0 should have seen that 2013-07-08 20:47:39 +02:00
Walter Julius Hennecke
ee3fe53577 oops ... now that shopuld do the trick 2013-07-08 20:45:55 +02:00
Walter Julius Hennecke
1ff44ff920 forgot to remove something 2013-07-08 20:44:19 +02:00
Walter Julius Hennecke
03aecfe908 Some more work on g_client.c 2013-07-08 20:42:21 +02:00
Walter Julius Hennecke
9cd5880931 Moved declaration of IsAdmin from g_local.h to g_client.h 2013-07-08 20:27:33 +02:00
Walter Julius Hennecke
07f8626f94 Added missing ) 2013-07-08 20:21:20 +02:00
Walter Julius Hennecke
964e68cf1d Same as last push 2013-07-08 19:40:30 +02:00
Walter Julius Hennecke
8bc9ec722e Same as last ... 2013-07-08 00:14:54 +02:00
Walter Julius Hennecke
e849b1c516 Have gone through a few files change a thing or two. 2013-07-06 18:19:28 +02:00
Walter Julius Hennecke
1b808f208e Code formating and other changes 2013-07-02 20:53:13 +02:00
Walter Julius Hennecke
0c9fc7cea3 fixes and replacements 2013-06-26 21:57:24 +02:00
Walter Julius Hennecke
31ab7dfcd2 replaced some ints by int32_t 2013-06-26 21:30:06 +02:00
Walter Julius Hennecke
9f2c2c6136 replaced some int by int32_t 2013-06-26 20:55:44 +02:00
Walter Julius Hennecke
d5eeeef5b9 added stdint.h on windows 2013-06-26 20:53:21 +02:00
Walter Julius Hennecke
83c3851171 fixed some warnings 2013-06-26 20:41:21 +02:00
Walter Julius Hennecke
6578cfdd51 fixes and annotations 2013-06-11 20:15:50 +02:00
Walter Julius Hennecke
2fd927bd4b annotations 2013-06-11 19:56:55 +02:00
Walter Julius Hennecke
4e18bfe2d0 fixes 2013-06-11 19:53:14 +02:00
Walter Julius Hennecke
95032e1575 fixes 2013-06-11 19:47:30 +02:00
Walter Julius Hennecke
451519ea7e annotations and fixes 2013-06-11 19:41:13 +02:00
Walter Julius Hennecke
dcb9fb9b98 fixes and annotations 2013-06-11 19:07:58 +02:00
Walter Julius Hennecke
798f98b366 fix 2013-06-10 21:37:25 +02:00
Walter Julius Hennecke
6e66e2dcab fixes 2013-06-08 00:02:49 +02:00
Walter Julius Hennecke
431ceffdf5 fixes 2013-06-08 00:00:25 +02:00
Walter Julius Hennecke
a28079c780 fixes 2013-06-07 23:57:40 +02:00
Walter Julius Hennecke
38ca9cc6c5 fixes 2013-06-07 23:54:28 +02:00
Walter Julius Hennecke
29385ff04b reformating and fixes 2013-06-07 23:49:01 +02:00
Walter Julius Hennecke
1c03c242d4 fixes 2013-06-07 23:33:59 +02:00
Walter Julius Hennecke
169cd9c4be code reformating 2013-06-07 23:29:09 +02:00
Walter Julius Hennecke
63af17661f fixes 2013-06-07 23:19:10 +02:00
Walter Julius Hennecke
c2f975c25b guess what 2013-06-07 23:14:32 +02:00
Walter Julius Hennecke
8492668a42 even more fixes 2013-06-07 23:08:48 +02:00
Walter Julius Hennecke
fe53dc8660 more fixes 2013-06-07 23:03:25 +02:00