Commit Graph

879 Commits

Author SHA1 Message Date
David Anderson
5ecd986d9b MULTILINGUAL - ALL BUGS FIXED
Reversed Makefile
Changed memreport file names
2004-08-16 21:34:50 +00:00
David Anderson
1bd7ab3a95 Binary code nearly complete
(save works, load does not)
2004-08-15 15:26:46 +00:00
David Anderson
46adfaedd3 Fixed almost all CLang bugs: (mem leaks?, parsing, key system, etc)
Warning - caching is still broken!
Fixed bug in ucfirst()
2004-08-15 13:49:59 +00:00
David Anderson
3bbfca6d08 Dear me, many changes
Rewrote Lang (still does not work though!)
New String class funcs+name
Added Queue class
Added MD5 class + functions
2004-08-15 10:53:48 +00:00
David Anderson
76684e68c2 Fixed parameter bug 2004-08-15 06:20:01 +00:00
David Anderson
c032415d35 Added linux version of compiler 2004-08-15 02:55:21 +00:00
David Anderson
d1f082eb1b Fixed "Done" bug
Removed callfunc/dllfunc natives
2004-08-15 02:28:48 +00:00
David Anderson
5e3acc30c4 buffer increase :] 2004-08-15 01:25:20 +00:00
David Anderson
0db3ec3460 Added hostile intent weapons (EKS) 2004-08-15 00:15:51 +00:00
David Anderson
216136c5ce Added md5 2004-08-15 00:05:22 +00:00
Felix Geyer
7961bae20b fixed log messages 2004-08-13 16:23:55 +00:00
David Anderson
7aa6902e36 Switched LANG_SERVER/LANG_PLAYER
Fixed show_menu (param count is always the same)
2004-08-13 16:21:15 +00:00
Felix Geyer
93851f289f synced (removed welcomemsg.amxx) 2004-08-13 16:09:48 +00:00
Felix Geyer
484bb04f1c removed welcomemsg.amxx 2004-08-13 16:08:50 +00:00
Felix Geyer
9d15fa1ef7 removed 2004-08-13 15:59:35 +00:00
Felix Geyer
8ae116b6c4 added version information 2004-08-13 15:59:09 +00:00
Felix Geyer
c4c1ba9a91 Initial import 2004-08-13 15:58:49 +00:00
Felix Geyer
0181a491d8 some changes 2004-08-13 15:34:50 +00:00
Felix Geyer
27bb44a7fe new values for LANG_* defines 2004-08-13 15:26:48 +00:00
Felix Geyer
d79dfd9884 sync (added multilingual.amxx) 2004-08-13 15:19:05 +00:00
Felix Geyer
9408fb274e added multilingual.amxx 2004-08-13 15:18:44 +00:00
Felix Geyer
b96eaf1650 forgot something :) 2004-08-13 15:02:38 +00:00
Felix Geyer
ae893f79f1 small fix 2004-08-13 15:01:14 +00:00
Felix Geyer
310ad81849 Initial import of 8 languages 2004-08-13 14:58:43 +00:00
David Anderson
9a0d61ac27 Possible fix for output redirection 2004-08-13 14:15:47 +00:00
David Anderson
7035a79e56 Fixed some string stuff 2004-08-13 13:01:45 +00:00
Felix Geyer
7ccc346f31 now really synced 2004-08-13 12:31:39 +00:00
Felix Geyer
170331b0c3 clean-up 2004-08-13 12:23:28 +00:00
David Anderson
03b2afc7e4 Committed new compiler 2004-08-13 12:06:32 +00:00
Felix Geyer
0bb4e1bfff added TYPE_LANGMENU 2004-08-13 11:58:32 +00:00
David Anderson
21b20dedbb AMX Mod X SDK/MDK Version 0.20.5 2004-08-13 11:33:43 +00:00
Felix Geyer
d01ae06199 sync 2004-08-13 11:26:03 +00:00
Felix Geyer
de71cfb4e8 fixed line formatting 2004-08-13 11:25:39 +00:00
Felix Geyer
79a7b7967c added message on join 2004-08-13 11:20:32 +00:00
Felix Geyer
e42aef8714 added #define DISPLAY_MSG 2004-08-13 11:20:12 +00:00
David Anderson
9f1bb9345c REALLY fixed bug this time (thanks fsfod and mahnsawce) 2004-08-13 11:20:05 +00:00
David Anderson
f12680f179 Fixed a bug noted by mahnsawce 2004-08-13 11:05:38 +00:00
David Anderson
58f13e887c Fixed a bug noted by mahnsawce 2004-08-13 10:46:13 +00:00
David Anderson
1efbb0f65e Updated AMXX Template Library 2004-08-13 10:41:39 +00:00
David Anderson
7f255b2b7f Removed debugging 2004-08-13 10:11:19 +00:00
David Anderson
060a0a565c Fixed default language errors 2004-08-13 10:01:41 +00:00
David Anderson
5469f70dba Fixed FormatAmxString bugs 2004-08-13 09:39:59 +00:00
David Anderson
eadd0a8317 Changed plugins.ini/modules.ini locations
Removed non-existant "mssql_amxx_i386.so" from modules.ini
2004-08-13 09:00:04 +00:00
David Anderson
955fcb8549 Rewrote CString 2004-08-13 08:46:04 +00:00
David Anderson
2a00a62bcb Fixed some label issues
Added PROC queueing (to prevent symbol
2004-08-12 16:31:50 +00:00
Lukasz Wlasinksi
796a7ad4d7 some changes in bot's code 2004-08-12 13:22:34 +00:00
Steve Dudenhoeffer
3155a300c6 Minor bug with PlayerPostThink fixed 2004-08-12 04:21:03 +00:00
Steve Dudenhoeffer
f4ed94a9da INDEXENT() fix (Use INDEXENT2() now)
Stop forwarding after ServerActivate() has been called (until next map)
2004-08-12 04:14:47 +00:00
Steve Dudenhoeffer
b41a3631aa Updates on Null function table
Renamed:
 - VelocityByAim->velocity_by_aim
 - RadiusDamage->radius_damage
 - PointContents->point_contents

Backwards compatibility stocks will be included.

Made precache_event a little bit more... logical.
2004-08-12 03:31:51 +00:00
David Anderson
1335de63b7 Committed 1.01 linux build 2004-08-11 14:36:57 +00:00