Alex
82f4b4ee53
Merge pull request #76 from Zaela/respawn
...
RespawnFromHover scriptable framework
2013-06-26 10:13:56 -07:00
Alex
4ff2efea43
Merge pull request #77 from j883376/cleanups
...
Various code cleanups
2013-06-26 10:06:07 -07:00
j883376
488b2888a8
Fix uses of uninitialized variables
...
- Replace unknown008 array with two separate variables in Object code
- Fix mismatched safe_delete() of an array
2013-06-25 23:40:05 -04:00
Zaela
72ef7f6557
Made default-on-error a little less bad.
2013-06-25 11:05:03 -07:00
Zaela
f35afed89a
one eof newline
2013-06-25 10:45:07 -07:00
Zaela
c5e4cf35c0
Reworked RespawnFromHover framework to allow future customization (scripting) of respawn options.
...
Added event_respawn to be triggered when a client respawns from hover into the current zone (may not be set up correctly!).
2013-06-22 08:35:33 -07:00
j883376
7e2806119b
Fix some improper uses of printf formats
2013-06-22 00:55:54 -04:00
j883376
536e31d771
Change binary output path to use CMake variable
...
Tools that use CMake's EXECUTABLE_OUTPUT_PATH variable to
determine which binary to launch for debugging may be confused
by a relative path, so use CMake variable PROJECT_BINARY_DIR
instead.
2013-06-21 23:21:57 -04:00
j883376
2a39449f6e
Fix exit code values
...
- Change all exit codes to match the standard of 0 for success
and 1 for error
- Add empty shared folder to utils/defaults for shared_memory
2013-06-21 22:54:28 -04:00
j883376
76e25f75fa
Fix a few memory leaks
...
- Rewrite zonename_array to use std::map rather than a pointer to an array
of character pointers
- Properly delete ZoneConfig on Zone shutdown
- Delete AdventureTemplates in AdventureManager destructor
2013-06-21 17:09:46 -04:00
KimLS
e811e3975b
Mod functions should respect perl being turned off.
v1.0.1
2013-06-16 21:04:36 -07:00
SecretsOTheP
68261e0308
Fixed an issue with RoF items that have Rec/Req above 100. Forgot commit message/changelog.txt.
2013-06-16 13:07:48 -07:00
SecretsOTheP
d03e8d05ec
2013-06-16 13:04:48 -07:00
Alex
3f2815e30c
Merge pull request #73 from hateborne/master
...
spell.max conversion from int16 to int32. Make sure to re-run your shared_memory program.
2013-06-15 17:44:34 -07:00
KimLS
91b01c2fcc
Image fix for OP_CastSpell exploit.
2013-06-15 13:08:32 -07:00
Hateborne
179063c863
spell.max convert int16 to int32
...
Converting the spell.max field to int32 to handle larger numbers in the
PercentalHeal field.
2013-06-13 17:59:24 -04:00
Uleat
28eb80e27f
Added changelog message for predated commit (Bot procs and AE buff casting)
2013-06-12 22:04:07 -04:00
KimLS
0dbd0478c0
Merge of hatebourne's stuff
2013-06-12 12:11:56 -07:00
Alex
29c0c4801c
Merge pull request #70 from josheb/master
...
Mod functions updates and fixes
2013-06-05 16:54:36 -07:00
root
a8de7e9ffc
Removed comments from mod_client.cpp for erroneous 255 stat cap.
2013-06-03 17:08:58 -05:00
root
7fca5a7a89
Merge branch 'master' of https://github.com/EQEmu/Server into EQEmu-master
...
Conflicts:
zone/client.h
zone/mod_functions.cpp
zone/mod_functions_base.cpp
2013-06-01 19:17:23 -05:00
josheb
ac5926bdfe
Merge pull request #7 from josheb/dungeoncrawl
...
Sync mod_functions updates
2013-06-01 08:56:19 -07:00
root
b16cf57510
Cautionary XP mod update.
2013-06-01 10:49:58 -05:00
root
851c842529
Updated mod_functions and mod_functions_base with new hooks and descriptions
2013-06-01 10:44:32 -05:00
root
567c17cc9e
Berserker updates.
2013-05-28 20:27:17 -05:00
root
0ee54f1117
Added mod_spell_cast and various mod_functions fixes.
2013-05-28 19:58:40 -05:00
Alex
39426789f4
Merge pull request #69 from j883376/login-db-crash
...
Fix loginserver crash on DB connect failure
2013-05-27 17:33:57 -07:00
Tabasco
fa0196b987
Fixed some mod function bugs and stat caps.
2013-05-27 15:32:59 -05:00
j883376
44477a0d47
Fix loginserver crash on DB connect failure
2013-05-27 12:35:45 -04:00
root
510ce16f0e
Added reloadworld console command
2013-05-27 08:46:50 -05:00
Alex
52b8c0e078
Merge pull request #66 from j883376/gcc-changes
...
GCC Changes
2013-05-24 01:16:10 -07:00
KimLS
3c7f7beb6d
Red. include string
2013-05-24 01:10:19 -07:00
KimLS
ee7d7c6f24
Merge branch 'small_stage_cleanup' of git://github.com/addtheice/Server into addtheice-small_stage_cleanup
2013-05-24 00:56:20 -07:00
KimLS
a66ef1b778
Function for retrieving a qglobal or list of them
2013-05-24 00:52:28 -07:00
j883376
b47597b813
Merge branch 'master' of git://github.com/EQEmu/Server into gcc-changes
2013-05-23 21:12:07 -04:00
j883376
d6ff01d63c
Fix several GCC warnings
2013-05-23 20:22:42 -04:00
Arthur Ice
fcb769e353
Merge branch 'master' into small_stage_cleanup
...
Conflicts:
common/EQStream.cpp
zone/client.h
2013-05-23 12:49:22 -07:00
KimLS
815c3dc73f
Merge branch 'master' of https://github.com/EQEmu/Server into string
2013-05-23 12:35:21 -07:00
KimLS
efe7092995
Merge and a few cleanup / bug fixes
2013-05-23 12:35:00 -07:00
Alex
12ddd30f67
Merge pull request #64 from af4t/master
...
Windows compile fix: bots
2013-05-23 12:30:06 -07:00
af4t
879ddb208b
Windows compile fixes (bots)
2013-05-23 12:17:30 -04:00
Kemmler
70dab7d920
Merge pull request #6 from EQEmu/master
...
Sync 2013-05-23
2013-05-23 03:53:22 -07:00
KimLS
2840e32853
Merge branch 'master' into string
2013-05-23 00:56:27 -07:00
KimLS
320494c83d
Windows compile fix
2013-05-23 00:55:29 -07:00
KimLS
e6fba5ba82
Merging
2013-05-23 00:31:02 -07:00
Arthur Ice
5255c236c3
added std:: to a lot of locations which where
...
missed and added NOMINMAX to cmakelist
2013-05-22 23:55:49 -07:00
Arthur Ice
e5d4b35a32
Spelling fix in a comment. Nothing else.
2013-05-22 22:21:28 -07:00
Arthur Ice
b4e65a8840
tabbify and cleaned up std issues and min/max problems.
2013-05-22 21:27:37 -07:00
Arthur Ice
ac78841e55
Removed MakeUpperString since it's not used anywhere.
2013-05-22 19:41:16 -07:00
Arthur Ice
54914a970e
Merge branch 'StringFormatting' into small_stage_cleanup
...
Conflicts:
common/Item.cpp
world/client.cpp
zone/net.cpp
2013-05-22 18:55:06 -07:00