Michael Cook (mackal)
|
4216627604
|
Prefer prefix ++/-- on non-primitive types
Postfix ++/-- might cause the creation of a tmp instance
that might be optimized out. Mights are bad. Prefix doesn't
have this problem.
|
2014-01-13 22:14:02 -05:00 |
|
Uleat
|
cab77e83da
|
High level debug (12) compile failure fix - I searched for as many as I could find with GrepWin, so there may be a few out there still
|
2013-10-27 03:13:10 -04:00 |
|
SecretsOTheP
|
e6ad26f03c
|
Logfile cleanups. See changelog.txt.
|
2013-07-07 21:44:31 -07:00 |
|
KimLS
|
79a9d2112a
|
Retransmit support added back in (stupid compile flags), prelim work on lua_client stuff, took out a few redundant or non-working functions
|
2013-05-25 01:08:30 -07:00 |
|
KimLS
|
e47de5deed
|
Merge with master
|
2013-05-24 01:23:58 -07:00 |
|
Alex
|
52b8c0e078
|
Merge pull request #66 from j883376/gcc-changes
GCC Changes
|
2013-05-24 01:16:10 -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 |
|
KimLS
|
a3e24b6854
|
Merge from master
|
2013-05-23 12:50:34 -07: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 |
|
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
|
b4e65a8840
|
tabbify and cleaned up std issues and min/max problems.
|
2013-05-22 21:27:37 -07:00 |
|
Michael Cook
|
0fdfe025cb
|
Remove 'using namespaces std' fixes #61
|
2013-05-22 16:17:19 -04:00 |
|
KimLS
|
b26df187e6
|
Merge from master terrible
|
2013-05-15 16:01:13 -07:00 |
|
j883376
|
4bdd8b2502
|
Change space indentation to tabs
|
2013-05-09 11:37:51 -04:00 |
|
j883376
|
ffcff4aea1
|
Remove trailing whitespace
|
2013-05-09 11:13:16 -04:00 |
|
Arthur Ice
|
7560b6b0a7
|
NULL to nullptr
|
2013-05-04 18:06:58 -07:00 |
|
Derision
|
232d1e2ca8
|
Verify minimum size of OP_Packet, OP_Fragment and OP_OutOfOrderAck
|
2013-04-27 16:22:29 +01:00 |
|
Derision
|
401e897019
|
Verify OP_Ack size & fix crash in BasePacket::build_raw_header_dump due to uninitialised timestamp
|
2013-04-27 15:45:24 +01:00 |
|
Arthur Ice
|
998cfb6528
|
fixed miss spelling of 'recieved' to 'received' in ServerStats and in log messages.
|
2013-02-21 00:07:49 -08:00 |
|
KimLS
|
da7347f76f
|
svn -> git Migration
|
2013-02-16 16:14:39 -08:00 |
|