Arkshine
3d732bbbb6
Added SQL_SetCharset native to (re)set character set (bug 5999, r=ds).
2014-04-18 22:04:32 +02:00
David Anderson
d61abc5a18
Fix Windows build.
2014-02-13 00:13:43 -08:00
David Anderson
1f15fdd6cb
Update versioning for AMBuild and git.
...
Former-commit-id: ea473061ef1f3b52716decfb4dafcfd66167730d
2014-02-08 20:37:33 -08:00
David Anderson
59c3e271db
Remove all files related to SVN versioning.
...
Former-commit-id: 57a320bfe97fcf87cf2adc6a5ee3ae07814f798d
2014-02-08 16:26:40 -08:00
David Anderson
90b2860fd2
Get parity with makefile flags.
...
Former-commit-id: d1ee3b078001fc2bd5f0454cf457897cd0a0a817
2014-02-08 14:49:03 -08:00
David Anderson
c4e90ce865
Initial import of AMBuild infrastructure for C++ projects.
...
Former-commit-id: 53baa4f8c25525674f5e71f8f6ff2663928500ab
2014-02-08 01:14:15 -08:00
Scott Ehlert
568bec17fc
Fixed building with newly updated SDK.
...
Former-commit-id: bf0455aea7c54493b2b921a2fef52120163e0959
2013-09-05 19:51:52 -05:00
Vincent Herbet
da30315556
Fix Wno-delete-non-virtual-dtor flag to be passed only for .cpp files.
...
Former-commit-id: 4f8b31483ddf784589bc2bd53f736772147c631d
2013-08-10 19:29:28 +02:00
Scott Ehlert
ce4b23b41a
Fixed metamod paths in MSVC projects.
...
Former-commit-id: c99a90817fb726ee28783d9b1139e4d540daa9fa
2013-02-13 03:22:59 -06:00
Scott Ehlert
250cb89479
Really fixed HLSDK paths in MSVC project files.
...
Former-commit-id: e04d44c85196034f5deebbf3c46ecc9fc710aeed
2013-02-13 02:08:29 -06:00
Scott Ehlert
f01357aa7a
Fixed HLSDK paths in VS 2010 projects files.
...
Former-commit-id: 32516f18ee3b87c2030ba5fad91f0b3e7a1ec741
2013-02-13 01:22:50 -06:00
Scott Ehlert
40c1fee55a
Added support for Mac OS X and building with clang (bug 5601, r=dvander).
2013-02-13 01:14:37 -06:00
Scott Ehlert
9d65198786
Upgraded MSVC project files for VS 2010 and modified build tool to use them.
2011-06-29 00:50:14 -05:00
Hawk552
afc663a51a
Lowered wait time in between threaded queries (bug 3740, r=dvander).
2010-04-27 00:24:50 -07:00
David Anderson
330fd1c2ae
Fixed Makefile paths for Metamod.
2010-04-04 17:55:37 -07:00
David Anderson
73e3e52057
Updated version files for HG.
2010-04-04 17:22:45 -07:00
David Anderson
0b4f28fecf
SQL_QuoteString can now be used without a DB handle (bug 3427, r=sawce).
2009-01-08 20:02:09 +00:00
David Anderson
cdf3807955
Bumped version numbers.
2008-08-17 00:50:57 +00:00
David Anderson
6486c56a15
Bumped versions.
2008-08-16 22:47:59 +00:00
Scott Ehlert
0dc6a4a5dd
Whoa, amb1941: All of AMX Mod X is now officially moved over to Visual Studio 2005 (MSVC 8)
...
Also did the following:
* Removed -fPIC from all Linux makefiles
* AMXX build tool now also moved over to VS 2005
* AMXX build tool binary renamed from "AMXXRelease" to "builder"
* MSVC project files now can use environment variables to point to the paths of the Metamod headers and HL SDK: $(METAMOD) and $(HLSDK) respectively
2008-08-16 09:48:39 +00:00
Steve Dudenhoeffer
240c92e20f
Updated all module SDKs to stop the most annoying issue ever: amxxmodule.h required size_t but did not include stddef.h
...
Also stopped dodfun, dodx, tfcx and tsx from loading on games other than the ones they are designed for.
2008-04-29 06:53:55 +00:00
David Anderson
44e078c7c0
added support for building 32-bit on 64-bit machines
2008-04-15 23:26:54 +00:00
David Anderson
408e69c41c
fixed amb1079 - threaded queries with results would crash
2007-10-30 00:09:18 +00:00
David Anderson
cc99d6d1fb
finalized build numbers and all that other release crap
2007-10-26 02:23:21 +00:00
David Anderson
212697b950
whoops, that was one terrible commit. the bug is really fixed now.
2007-10-26 01:09:08 +00:00
David Anderson
6a567f3c77
fixed a memory corruption bug in CVector
2007-10-26 01:03:23 +00:00
David Anderson
36241e2905
updated revision numbers
2007-10-26 00:28:17 +00:00
David Anderson
dbf6143747
fixed linux build
2007-10-23 11:24:51 +00:00
David Anderson
4aafcc50a0
lowered thread think time from 500ms to 200ms
2007-10-22 22:21:20 +00:00
David Anderson
a86b1c5097
added amb281 - multiple result sets for MySQL
2007-10-22 21:31:02 +00:00
David Anderson
0b581b1506
fixed mysql makefile
2007-08-09 16:03:41 +00:00
David Anderson
82c3807bd5
implemented SQL_QuoteString and SQL_QuoteStringFmt
...
fixed sqlx test script not working on first load
2007-04-25 13:55:56 +00:00
Scott Ehlert
33e01af955
Fixed Windows builds of all modules - they were broken as a result of all the moves of svn_version.h *sigh*
2007-04-24 18:50:16 +00:00
David Anderson
bfe1ff6e15
implemented amb27 (SQL_Rewind)
...
fixed builds
2007-04-24 15:46:33 +00:00
David Anderson
adfc2ab451
fixed mysql msvc7 build
2007-04-24 15:26:08 +00:00
Scott Ehlert
ae46e3f6ab
Moved svn_version.h and svn_version.tpl out of SDK directories...
2007-03-27 16:07:28 +00:00
Scott Ehlert
118b002ee8
Synced Module SDK files with most recent fixes
...
- Fixed potential issue with Meta_Query
- Removed debug message from GiveFnptrsToDll that has been present for a long long time
Again I ask why?
2007-03-21 20:22:20 +00:00
Scott Ehlert
c71be87a3a
Massive reorganization attempt - part 1
...
Oh dear, what has DS done now?
2007-03-13 11:46:03 +00:00
Scott Ehlert
3ac076e098
Hello, I might have added some SLN files for the MSVC8 projects
2007-03-13 03:11:28 +00:00
David Anderson
cc6b9d3d81
added dynamic versioning
...
committed .sln files to a few wayward projects
2007-03-12 22:27:27 +00:00
David Anderson
e93e75fa39
Bumped version numbers
2006-10-27 05:47:38 +00:00
David Anderson
fe1ebfe7bb
fix for 45337 and some other little things
2006-10-01 19:46:56 +00:00
David Anderson
5ded9eef2a
Bumped version numbers to 1.76a
2006-09-25 23:48:07 +00:00
David Anderson
ff8fd747c5
Fixed bug am44964 (thread crash on bad database)
2006-09-21 16:54:14 +00:00
David Anderson
73386b12c5
added silent backwards compatibility for a broken plugin
2006-09-16 00:16:13 +00:00
David Anderson
57160763af
Fixed threaded queries not having an IQuery assignment
2006-09-15 23:11:35 +00:00
David Anderson
1f0778b14e
Fixed threader not checking the state on looping
2006-09-15 21:39:20 +00:00
Scott Ehlert
c9c2943c05
MySQL and SQLite can actually use 4.1 here... Also libstdc++ == ugh
2006-09-04 08:28:08 +00:00
David Anderson
76a4d84dbb
Fixed this up to work, eh. no more libstdc++.a for you
2006-08-28 21:03:27 +00:00
David Anderson
9bd22661ff
Added SQL_GetInsertId()
2006-08-28 19:17:26 +00:00