Commit graph

173 commits

Author SHA1 Message Date
Walter Julius 'GSIO01' Hennecke
e0b5334b35 Added defualt .gitignore file 2012-09-07 17:11:31 +02:00
Harry Young
1d8f960ebb *Added Selfdestruct-sounds and a map to test them with both english and german audio-settings
*added folder RPG-X2 and put everything in there that might later become part of a .pk3 (excluding lua-associated files as they'll stand alone)

Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
2012-07-25 03:22:33 +02:00
unknown
720d92fd0d Synch with rpgxEF Edition (Updated Makefiles)
- Added warning level var $WL
- Added missing linking against pthread on linux
2012-07-06 15:48:30 +02:00
Harry Young
c2cca2738c since this one isn't supposed for rpgxef i turnde the xtra-defines 0
Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
2012-06-05 23:13:36 +02:00
Walter Julius Hennecke
927bd83488 Synchronising with rpgxEF edition
Reformating and optimization …
Changes in g_weapons.c:
- reformated a lot of comments
- reformated some code
- removed unused macros, variables, and functions
- made all functions and variables static where it was possible
2012-05-08 13:46:44 +02:00
Walter Julius Hennecke
0e5dac2239 Updated Makefiles 2012-05-05 16:57:18 +02:00
Walter Julius Hennecke
d55b82fdc3 Revert of changes made by mistake 2012-05-05 16:53:56 +02:00
Walter Julius Hennecke
8bd25cb50b Makefile update and removed expat
- Updated all Makefiles
- Removed expat (might be replaced by libxml2)
2012-05-05 16:34:57 +02:00
Walter Julius Hennecke
c8f750721c Updated README.txt 2012-05-05 14:13:02 +02:00
Walter Julius Hennecke
8041829d0a Preparations for xml file support 2012-03-23 17:09:04 +01:00
Walter Julius Hennecke
f37aa76108 Preparations for xml file support 2012-03-23 17:07:04 +01:00
Walter Julius Hennecke
c2fb13c60e Did some more cleanup 2012-03-23 16:28:47 +01:00
Walter Julius Hennecke
c31e361dae Removed g_pMod cvars 2012-03-23 16:23:32 +01:00
Walter Julius Hennecke
600b5a28a3 Did some cleanup and added additional cvars
* Additional cvars are to set Damage for each weapons primary and secondary fire
2012-03-23 15:24:16 +01:00
Walter Julius Hennecke
dcf4bf2ee7 Forgot to commit these changes .... 2012-03-19 23:14:54 +01:00
Walter Julius Hennecke
13407df2f5 Extended sqlite implementation 2012-03-19 23:13:06 +01:00
Walter Julius Hennecke
bb3653a36f Expanded lua weapon library 2012-03-19 22:45:25 +01:00
Walter Julius Hennecke
a75fc81ac4 Removed some unsused code from g_cmds.c
Backed it up to old_code/g_cmds.c
2012-03-19 12:11:23 +01:00
Walter Julius Hennecke
caaa5786b1 Removed old unused code from g_weapon.c
Backup copy of the code in /old_code/g_weapon.c.
2012-03-19 11:45:50 +01:00
Walter Julius Hennecke
0acb013a7a Renamed weapons in weapon_t ...
... to more common names WP_0 to WP_15.
2012-03-16 13:05:41 +01:00
Walter Julius Hennecke
f7ff41879b Reverting cross compile ... needs much more work 2012-01-24 23:40:39 +01:00
Walter Julius Hennecke
54f7a556bc Added cross compile shellscripts (untested) 2012-01-24 12:05:46 +01:00
Walter Julius Hennecke
5732476c65 Forgot to comit those changes
They are for the new rpgxEF version
2012-01-24 09:26:54 +01:00
Walter Julius Hennecke
03e1822a02 Added SVF_NOCLIENT to some entities
Most of them game logic entities such as target_boolean or target_warp.
2012-01-20 20:53:31 +01:00
Walter Julius Hennecke
4d99cb3e29 Update README.txt 2012-01-14 19:10:19 +01:00
Walter Hennecke
3a3a4ac90d Added missing md5.c and md5.h 2012-01-13 13:04:03 +01:00
Harry Young
44910ac294 Prepped g_cmds.c for sql-input (I hope, lol)
also did a little fun mod for forcekill
Later I will try to possibly write more Command-descriptions and - if I find out how - might do a /help <command>

also had to modify the game-makefile for a missing file again.

Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
2012-01-07 15:48:43 +01:00
Harry Young
5395962f20 Merge branch 'master' of git://github.com/UberGames/RPG-X2.git 2011-12-27 14:51:13 +01:00
Harry Young
614cb686bc fx_plasma
This should do bit it doesn't, lol

Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
2011-12-27 14:50:34 +01:00
Walter Julius Hennecke
72282734b4 sql 2011-12-27 12:28:54 +01:00
Walter Julius Hennecke
7483478a6f Added missing files 2011-12-20 11:10:34 +01:00
Harry Young
19dc95e05d fx_borg_bolt
*basically finished it, but I need the current origin of my targets, not the original. Don't know how to get that.
*added a new folder 'testingstuff' for anything we generate for testing various things and put the folder 'maps in there'
*also in there is a test-version of borg2 with a hardcoded fx_borg_bolt at the binary lift (somehow lua will class it as noclass...)
*minor mod to game-makefile that prevented me from compiling

Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
2011-12-17 15:50:02 +01:00
Walter Julius Hennecke
4bc8f3f4d1 sql fatures 2011-12-16 21:41:27 +01:00
Walter Julius Hennecke
bc33c63ed6 Sql features 2011-12-16 21:09:23 +01:00
Walter Julius Hennecke
bac8df4e1f Worked on sql user db functions 2011-12-16 11:43:16 +01:00
Walter Julius Hennecke
1b7a1afe07 Added md5 hash for sql, removed old sql stuff 2011-12-16 11:14:13 +01:00
Walter Julius Hennecke
63cf3982f2 More changes for sql 2011-12-16 10:24:25 +01:00
Walter Julius Hennecke
0fef2e2732 Modified makefiles
Use SQL=1 do build with sql support.
Use DEBUG=1 do build with debugging symbols.
Example: make SQL=1 DEBUG=1 will build with sql support and debugging symbols.
2011-12-16 00:51:16 +01:00
Walter Julius Hennecke
ca521fef64 More work on Sql support 2011-12-16 00:41:23 +01:00
Walter Julius Hennecke
9305510524 Worked a bit on the SQL features
Mysql support droped for now as it can't be linked in statically.
Sqlite is now compiled in statically.
2011-12-16 00:04:51 +01:00
Harry Young
9b3d21b1af Minor fix for opening stasis_door-AP
Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
2011-12-14 23:36:48 +01:00
Walter Julius Hennecke
3c3dcc5795 func_stasis_door
Had to split up opening phase and closing phase so events get send to client correctly.
2011-12-14 13:27:16 +01:00
Harry Young
964c631d8b Modified Makefile
Added an Installpath and Parameter for my purposes
removed allclean as that can be done with 'make clean all'
2011-12-13 13:38:36 +01:00
Walter Julius Hennecke
1236ad50b4 func_stasis_door
Worked on func_stasis_door ... as it is now it'll crash the game :P
2011-12-13 13:05:06 +01:00
Walter Julius Hennecke
d0c367a557 func_stasis_door
Trigger problem resolved. Stil not done with the game side logic.
2011-12-13 10:38:49 +01:00
Walter Julius Hennecke
09559579cc func_stasis_door
Found my errors.
There still is a problem with the trigger though.
2011-12-13 10:31:19 +01:00
Walter Julius Hennecke
daf1201460 Forgot to adjust version 2011-12-13 10:20:22 +01:00
Walter Julius Hennecke
84b478230d More work on func_stasis_door
It's not working like I want yet. Guess it's better to grab pan and paper
now and do a bit of thinking ...
2011-12-13 10:19:01 +01:00
Walter Julius Hennecke
43bd3c87dc func_stasis_door
- Fixed bug leading to crash
- Started to work door togling (just testing out a few things for now)
2011-12-12 23:59:32 +01:00
Walter Julius Hennecke
f6b13eb6c4 Have rewritten the Makefile in head folder
- invoke make with make or make all to compile all shared libraries
- invoke make clean to clean up
- invoke make allclean to clean up and then compile everything
- Setup RPGXDIR properly and you'll be able to use make install to install everything
2011-12-12 22:52:16 +01:00