.. |
CMakeLists.txt
|
experimental universe.sendWorldMessage function
|
2023-07-23 01:01:23 +10:00 |
StarAlgorithm.hpp
|
Upgrade to C++17
|
2023-06-25 20:01:32 +10:00 |
StarArray.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarAssetPath.cpp
|
Lazy-loading of ImageOperation inside Directives
|
2023-06-27 03:38:57 +10:00 |
StarAssetPath.hpp
|
Change formatting to use fmtlib (STILL NEED TO CHANGE TO FMT SYNTAX!)
|
2023-06-27 19:24:35 +10:00 |
StarAStar.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarAtomicSharedPtr.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarAudio.cpp
|
Fix broken regex, make game timestep non-const
|
2023-06-28 00:20:22 +10:00 |
StarAudio.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarBiMap.hpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarBlockAllocator.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarBTree.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarBTreeDatabase.cpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarBTreeDatabase.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarBuffer.cpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarBuffer.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarByteArray.cpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarByteArray.hpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarBytes.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarCasting.hpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarColor.cpp
|
Re-optimize text splitting while maintaining vanilla behavior
|
2023-07-01 23:20:25 +10:00 |
StarColor.hpp
|
TextPainter now uses StringView
|
2023-06-28 20:08:11 +10:00 |
StarCompression.cpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarCompression.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarConfig.hpp
|
Add vanilla-compatible raw broadcasts
|
2023-07-13 17:58:35 +10:00 |
StarCurve25519.cpp
|
more voice work!!!
|
2023-07-13 20:47:53 +10:00 |
StarCurve25519.hpp
|
Add Curve25519
|
2023-07-12 15:13:30 +10:00 |
StarDataStream.cpp
|
Initial work
|
2023-07-12 22:16:12 +10:00 |
StarDataStream.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarDataStreamDevices.cpp
|
Initial work
|
2023-07-12 22:16:12 +10:00 |
StarDataStreamDevices.hpp
|
Initial work
|
2023-07-12 22:16:12 +10:00 |
StarDataStreamExtra.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarDirectives.cpp
|
Lua: player.* identity getters and setters
|
2023-06-29 05:58:24 +10:00 |
StarDirectives.hpp
|
resolved most of the compiler warnings/errors under gcc
|
2023-06-26 11:58:35 -07:00 |
StarDynamicLib_unix.cpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarDynamicLib_windows.cpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarDynamicLib.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarEither.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarEncode.cpp
|
resolved most of the compiler warnings/errors under gcc
|
2023-06-26 11:58:35 -07:00 |
StarEncode.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarException_unix.cpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarException_windows.cpp
|
Unix fixes
|
2023-06-29 02:31:12 +10:00 |
StarException.hpp
|
Unix fixes
|
2023-06-29 02:31:12 +10:00 |
StarFile_unix.cpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarFile_windows.cpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarFile.cpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarFile.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarFlatHashMap.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarFlatHashSet.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarFlatHashTable.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarFont.cpp
|
Add 1-px padding around font and round to fix jitter
|
2023-07-03 20:07:16 +10:00 |
StarFont.hpp
|
Fix horizontal alignment with font, add new fonts
|
2023-07-03 19:46:56 +10:00 |
StarFormat.hpp
|
Change pure string format calls to use fmt::to_string
|
2023-07-06 19:26:28 +10:00 |
StarFormattedJson.cpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarFormattedJson.hpp
|
Change formatting to use fmtlib (STILL NEED TO CHANGE TO FMT SYNTAX!)
|
2023-06-27 19:24:35 +10:00 |
StarHash.hpp
|
Change Star::hash defintion to work around LLVM oddity
|
2023-07-12 00:16:56 -05:00 |
StarHostAddress.cpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarHostAddress.hpp
|
Change formatting to use fmtlib (STILL NEED TO CHANGE TO FMT SYNTAX!)
|
2023-06-27 19:24:35 +10:00 |
StarIdMap.hpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarImage.cpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarImage.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarImageProcessing.cpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarImageProcessing.hpp
|
Lazy-loading of ImageOperation inside Directives
|
2023-06-27 03:38:57 +10:00 |
StarInputEvent.cpp
|
Initial setup of input stuff
|
2023-07-02 06:34:43 +10:00 |
StarInputEvent.hpp
|
Initial setup of input stuff
|
2023-07-02 06:34:43 +10:00 |
StarInterpolation.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarIODevice.cpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarIODevice.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarIterator.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarJson.cpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarJson.hpp
|
Change formatting to use fmtlib (STILL NEED TO CHANGE TO FMT SYNTAX!)
|
2023-06-27 19:24:35 +10:00 |
StarJsonBuilder.cpp
|
Render the world in its own framebuffer
|
2023-07-06 23:59:18 +10:00 |
StarJsonBuilder.hpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarJsonExtra.cpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarJsonExtra.hpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarJsonParser.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarJsonPatch.cpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarJsonPatch.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarJsonPath.cpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarJsonPath.hpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarJsonRpc.cpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarJsonRpc.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarLexicalCast.hpp
|
Change pure string format calls to use fmt::to_string
|
2023-07-06 19:26:28 +10:00 |
StarLine.hpp
|
Change formatting to use fmtlib (STILL NEED TO CHANGE TO FMT SYNTAX!)
|
2023-06-27 19:24:35 +10:00 |
StarList.hpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarListener.cpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarListener.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarLockFile_unix.cpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarLockFile_windows.cpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarLockFile.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarLogging.cpp
|
Don't do spatial logging on the server
|
2023-06-28 00:50:47 +10:00 |
StarLogging.hpp
|
Change pure string format calls to use fmt::to_string
|
2023-07-06 19:26:28 +10:00 |
StarLruCache.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarLua.cpp
|
Support for player entity message commands
|
2023-07-19 01:16:22 +10:00 |
StarLua.hpp
|
Support for player entity message commands
|
2023-07-19 01:16:22 +10:00 |
StarLuaConverters.cpp
|
pane lua stuff
|
2023-07-04 22:36:27 +10:00 |
StarLuaConverters.hpp
|
pane lua stuff
|
2023-07-04 22:36:27 +10:00 |
StarMap.hpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarMathCommon.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarMatrix3.hpp
|
Change formatting to use fmtlib (STILL NEED TO CHANGE TO FMT SYNTAX!)
|
2023-06-27 19:24:35 +10:00 |
StarMaybe.hpp
|
Change formatting to use fmtlib (STILL NEED TO CHANGE TO FMT SYNTAX!)
|
2023-06-27 19:24:35 +10:00 |
StarMemory.cpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarMemory.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarMultiArray.hpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarMultiArrayInterpolator.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarMultiTable.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarNetElement.cpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarNetElement.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarNetElementBasicFields.cpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarNetElementBasicFields.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarNetElementContainers.hpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarNetElementDynamicGroup.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarNetElementFloatFields.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarNetElementGroup.cpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarNetElementGroup.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarNetElementSignal.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarNetElementSyncGroup.cpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarNetElementSyncGroup.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarNetElementSystem.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarNetElementTop.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarNetImpl.hpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarObserverStream.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarOptionParser.cpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarOptionParser.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarOrderedMap.hpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarOrderedSet.hpp
|
Change formatting to use fmtlib (STILL NEED TO CHANGE TO FMT SYNTAX!)
|
2023-06-27 19:24:35 +10:00 |
StarOutputProxy.hpp
|
Fix broken regex, make game timestep non-const
|
2023-06-28 00:20:22 +10:00 |
StarParametricFunction.hpp
|
resolved most of the compiler warnings/errors under gcc
|
2023-06-26 11:58:35 -07:00 |
StarPch.hpp
|
Change formatting to use fmtlib (STILL NEED TO CHANGE TO FMT SYNTAX!)
|
2023-06-27 19:24:35 +10:00 |
StarPeriodic.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarPeriodicFunction.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarPerlin.cpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarPerlin.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarPoly.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarPythonic.hpp
|
resolved most of the compiler warnings/errors under gcc
|
2023-06-26 11:58:35 -07:00 |
StarRandom.cpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarRandom.hpp
|
Upgrade to C++17
|
2023-06-25 20:01:32 +10:00 |
StarRandomPoint.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarRect.hpp
|
Change formatting to use fmtlib (STILL NEED TO CHANGE TO FMT SYNTAX!)
|
2023-06-27 19:24:35 +10:00 |
StarRefPtr.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarRpcPromise.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarRpcThreadPromise.hpp
|
experimental universe.sendWorldMessage function
|
2023-07-23 01:01:23 +10:00 |
StarSectorArray2D.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarSecureRandom_unix.cpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarSecureRandom_windows.cpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarSecureRandom.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarSet.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarSha256.cpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarSha256.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarShellParser.cpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarShellParser.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarSignalHandler_unix.cpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarSignalHandler_windows.cpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarSignalHandler.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarSmallVector.hpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarSocket.cpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarSocket.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarSpatialHash2D.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarSpline.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarStaticRandom.hpp
|
Upgrade to C++17
|
2023-06-25 20:01:32 +10:00 |
StarStaticVector.hpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarString_windows.cpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarString_windows.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarString.cpp
|
i may be silly
|
2023-06-29 04:08:11 +10:00 |
StarString.hpp
|
i may be silly
|
2023-06-29 04:08:11 +10:00 |
StarStringView.cpp
|
use raw wrapWidth ptr instead of Maybe
|
2023-07-02 00:52:36 +10:00 |
StarStringView.hpp
|
i may be silly
|
2023-06-29 04:08:11 +10:00 |
StarStrongTypedef.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarTcp.cpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarTcp.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarText.cpp
|
Add character swapping (no GUI yet)
|
2023-07-22 22:31:04 +10:00 |
StarText.hpp
|
Add character swapping (no GUI yet)
|
2023-07-22 22:31:04 +10:00 |
StarThread_unix.cpp
|
fix snprintf using fmt syntax
|
2023-06-30 06:34:01 +10:00 |
StarThread_windows.cpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarThread.cpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarThread.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarTickRateMonitor.cpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarTickRateMonitor.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarTime_unix.cpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarTime_windows.cpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarTime.cpp
|
Add character swapping (no GUI yet)
|
2023-07-22 22:31:04 +10:00 |
StarTime.hpp
|
Change debug render time logging to use microseconds
|
2023-07-03 16:04:17 +10:00 |
StarTtlCache.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarUdp.cpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarUdp.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarUnicode.cpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarUnicode.hpp
|
Fix StringView::substr
|
2023-06-28 20:07:22 +10:00 |
StarUuid.cpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarUuid.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarVariant.hpp
|
RenderPrimitive micro-optimizations
|
2023-06-30 04:34:10 +10:00 |
StarVector.hpp
|
Add Drawable <-> Lua conversion to LuaGameConverters
|
2023-07-03 08:51:42 +10:00 |
StarVlqEncoding.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarWeightedPool.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarWorkerPool.cpp
|
The Formatting String Catastrophe
|
2023-06-27 20:23:44 +10:00 |
StarWorkerPool.hpp
|
everything everywhere
|
2023-06-20 14:33:09 +10:00 |
StarXXHash.hpp
|
Hashing improvements
|
2023-06-21 15:57:05 +10:00 |