.. |
Base
|
Update the AABB type to use the new dynamic dispatching system for metamethods.
|
2016-08-24 23:16:53 +03:00 |
Entity
|
Use 'color' instead of 'colour' internally and expose aliases to both for the script interface.
|
2016-08-21 18:07:35 +03:00 |
Library
|
Fix the functions used to create buffers and extend with new ones to interact with them.
|
2016-07-09 17:21:41 +03:00 |
Misc
|
Use 'color' instead of 'colour' internally and expose aliases to both for the script interface.
|
2016-08-21 18:07:35 +03:00 |
Command.cpp
|
Fix issue where the command arguments would always fallback to string because the identified variable was not set to true.
|
2016-07-14 22:19:10 +03:00 |
Command.hpp
|
Fix command system not recognizing greedy argument types after changes in previous commits. Credits to @DrakezZ for spotting the issue
|
2016-07-16 13:44:03 +03:00 |
Constants.cpp
|
Use 'color' instead of 'colour' internally and expose aliases to both for the script interface.
|
2016-08-21 18:07:35 +03:00 |
Core.cpp
|
Fix various spelling mistakes.
|
2016-08-24 00:27:22 +03:00 |
Core.hpp
|
Fix various spelling mistakes.
|
2016-08-24 00:27:22 +03:00 |
CoreEntity.cpp
|
Improve the Vector3 registration code to avoid using overloads where not necessary.
|
2016-07-25 00:10:46 +03:00 |
CoreEvents.cpp
|
Use 'color' instead of 'colour' internally and expose aliases to both for the script interface.
|
2016-08-21 18:07:35 +03:00 |
CoreFuncs.cpp
|
Implement a LoadScript function which checks for duplicates. Should close #3
|
2016-08-18 17:43:54 +03:00 |
CoreUtils.cpp
|
Use 'color' instead of 'colour' internally and expose aliases to both for the script interface.
|
2016-08-21 18:07:35 +03:00 |
Exports.cpp
|
Adjust names of exported module functions to not use the names from previous implementation.
|
2016-07-17 03:50:29 +03:00 |
Logger.cpp
|
Remove leftover brackets from log messages on linux.
|
2016-07-10 18:44:54 +03:00 |
Logger.hpp
|
Untested update to the new plugin API.
|
2016-05-22 06:20:38 +03:00 |
Main.cpp
|
Fix various spelling mistakes.
|
2016-08-24 00:27:22 +03:00 |
Register.cpp
|
Register entity searching algorithms to enable them.
|
2016-06-21 17:29:09 +03:00 |
Routine.cpp
|
Update the Routine type to use the new dynamic dispatching system for metamethods.
|
2016-08-24 22:28:15 +03:00 |
Routine.hpp
|
Implement dynamic comparison for the Routine type.
|
2016-08-24 18:47:18 +03:00 |
SqBase.hpp
|
Fix various spelling mistakes.
|
2016-08-24 00:27:22 +03:00 |