Commit graph

20 commits

Author SHA1 Message Date
UnknownShadow200
8397efbb9e Update copyright year 2025-01-02 08:39:57 +11:00
UnknownShadow200
1c3d8fb72e Simplify writing plugins in C++ slightly 2024-07-28 23:33:22 +10:00
UnknownShadow200
2f989fca4f Update copyright year to 2023 2023-07-17 22:56:16 +10:00
UnknownShadow200
93e1491564 Fix last commit not compiling with some compilers 2022-12-01 20:37:45 +11:00
UnknownShadow200
ba6d8fd738 Make Makefile more standard and update copyright year 2022-10-20 19:15:35 +11:00
UnknownShadow200
a485f4c6af Webclient: Start using placeholder text for mobile on-screen keyboard in a few places
Also bump copyright to 2021
2021-01-08 23:39:33 +11:00
UnknownShadow200
c508f680a3 Make Camera a component 2020-10-09 22:27:14 +11:00
UnknownShadow200
7c22112aa3 considering that it is always half way through 2020, probably should update copyright year to 2020 2020-06-25 20:44:38 +10:00
UnknownShadow200
c08918436d Export SelectionsAdd/Remove per request 2020-06-22 14:38:16 +10:00
UnknownShadow200
9924ba2a04 Get rid of VertexStructs.h and fixup some includes 2020-05-06 22:41:16 +10:00
UnknownShadow200
695d066233 Simplify Selections_Add to save a few instructions 2020-04-06 12:10:45 +10:00
UnknownShadow200
011af5faf3 Get rid of unused delta arguments from a few rendering functions to save a few bytes 2020-01-16 15:02:26 +11:00
UnknownShadow200
39cd47b2d3 use cc_uint8 instead of uint8_t so we can avoid stdint.h for gcc and clang
This fixes not compiling with mingw32 out of the box on windows (not mingw-w64, it works fine) due to WINVER being defined somewhere in the headers included by stdint.h. Even after that it would produce executables that wouldn't work properly unless DUNICODE was also added.
2019-08-25 19:36:45 +10:00
UnknownShadow200
58c19a38b7 Vector3 to Vec3 and Vector3I to IVec3 2019-06-13 15:59:27 +10:00
UnknownShadow200
93384fa327 Update copyright year in all .h files 2019-06-03 22:09:34 +10:00
UnknownShadow200
7e63dea2cd don't hardcode max number of components 2018-11-25 20:37:18 +11:00
UnknownShadow200
f9eea60daf UInt8 -> uint8_t 2018-10-07 14:25:06 +11:00
UnknownShadow200
1eda8f11a1 C client: Drop pointless Real32/Real64 typedefs 2018-09-26 12:50:44 +10:00
UnknownShadow200
d7b61c7e9e C client: and simplify axislinesrenderer too 2018-09-06 06:32:31 +10:00
UnknownShadow200
17c686feab recorganise directory structure of C client 2018-08-22 17:28:33 +10:00
Renamed from src/Client/SelectionBox.h (Browse further)