1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/source
Sandu Liviu Catalin bab8146c89 Fixed a range error in the SQLite plugin when validating column indexes.
Added an extra flush overload to flush all elements in a handled manner.
Prefixed the Server table to not clutter the user space.
2016-03-13 13:39:17 +02:00
..
Base Catch exceptions during server callbacks. 2016-03-12 08:47:50 +02:00
Entity Minor changes in the entity types code style. 2016-03-12 22:51:44 +02:00
Library Fixed names of hash functions that were overwriting the hash types. 2016-03-12 22:58:03 +02:00
Misc Fixed a range error in the SQLite plugin when validating column indexes. 2016-03-13 13:39:17 +02:00
Command.cpp Fixed the INI compilation on Linux by reverting to the original library. 2016-03-11 20:04:26 +02:00
Command.hpp Migrated the host module to C++ exceptions as well. 2016-03-10 05:57:13 +02:00
Constants.cpp Dumped the old implementation. Started with a more simple approach. 2016-02-21 00:25:00 +02:00
Core.cpp Fixed the INI compilation on Linux by reverting to the original library. 2016-03-11 20:04:26 +02:00
Core.hpp Fixed the INI compilation on Linux by reverting to the original library. 2016-03-11 20:04:26 +02:00
Exports.cpp Migrated the host module to C++ exceptions as well. 2016-03-10 05:57:13 +02:00
Logger.cpp Migrated the host module to C++ exceptions as well. 2016-03-10 05:57:13 +02:00
Logger.hpp Migrated the host module to C++ exceptions as well. 2016-03-10 05:57:13 +02:00
Main.cpp Catch exceptions during server callbacks. 2016-03-12 08:47:50 +02:00
Misc.cpp Minor changes in the entity types code style. 2016-03-12 22:51:44 +02:00
Register.cpp Updated the buffer class to include an optional numeric value to be used as an edit cursor or to mark the used buffer size. 2016-03-11 04:14:28 +02:00
Routine.cpp Adjusted routine messages to exclude unnecessary details except for places where the script error handler will catch the error location. 2016-03-12 22:51:05 +02:00
Routine.hpp Adjusted routine messages to exclude unnecessary details except for places where the script error handler will catch the error location. 2016-03-12 22:51:05 +02:00
SqBase.hpp Migrated the host module to C++ exceptions as well. 2016-03-10 05:57:13 +02:00