Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core
AgeCommit message (Collapse)Author
2024-05-03scaling functions now warn instead of crashing with negative scalesKae
2024-05-01Update StarImageProcessing.cppKae
2024-05-01temporary fixKae
2024-04-29oops: fix lexical & oob exceptions in StarImageProcessing.cppKae
2024-04-27Update StarFont.cppKae
2024-04-25reduce some Directives exceptions down to error strings for perfKae
additionally, image operations that don't exist simply pass through now
2024-04-25oops: fix one-line mistake that caused some glyphs to randomly scrambleKae
2024-04-24slight font directives changesKae
invalid font directives stopped checkerboarding the glyph texture at some point, fixed that too
2024-04-24feat: unicode emoji support + other stuffKae
2024-04-23Fix text after an unclosed ^ tag not wrappingKae
2024-04-23micro-opt Color constructionKae
toLower call not necessary, NamedColors is case-insensitive
2024-04-22Add UnifontEx fallback for glyphs that are missing from the current fontKae
2024-04-22Lua chat callbacks + better font stylingKae
golly gee whiz!! i hope i didn't fuck something up
2024-04-18Fix ?border behaving slightly different to vanilla (due to alterations for ↵Kae
font directives)
2024-04-18oops - state must be popped before writing indentKae
otherwise the closing } on non-empty objects is incorrectly indented
2024-04-18Empty JSON objects should be printed as {}, not { \n} + fix the new Json ↵Kae
hasher not sorting keys [skip ci]
2024-04-15only round vertices if AA is onKae
[skip ci]
2024-04-15new object lighting toggle, log non-master entity render/update exceptionsKae
2024-03-25change fonts to woff2Kae
2024-03-25title changes (moved quit button away) + better compressed all the pngsKae
2024-03-25make tech parentOffset interpolatedKae
2024-03-25Add support for directly setting image assets and processing Image userdataKae
2024-03-25nicer volume slidersKae
2024-03-22Add equality operator for Directives (fixes networking bug)Kae
2024-03-21Merge branch 'lighting'Kae
2024-03-21Add parseJson and clientWorld functions to LuaBindingsErodeesFleurs
2024-03-20cursed point lights everywhere (but god it looks good)Kae
2024-03-20experiment: unclamped lightingKae
2024-03-19make timescale a server command and add a tickrate commandKae
2024-03-17whoops, setMetatable call was accidentally removedKae
2024-03-17Lua: new Image userdata (& cursor mod fix)Kae
2024-03-17Lua: allow jarray and jobject to convert existing tablesKae
[skip ci]
2024-03-15experimental asset load scriptsKae
2024-03-15FixesKae
2024-03-14Initial commit of experimental zstd network compressionKae
currently a bit buggy
2024-03-11change tickNetInterpolation calls to use dt valueKae
2024-03-09minor code polishKae
2024-03-09Merge pull request #29 from WasabiRaptor/json-patchingKae
improvement to iterating through patch arrays
2024-03-09More compact search patch parsingKae
2024-03-09Merge pull request #28 from JamesTheMaker/mainKae
Added many new patch features
2024-03-08Merge launcher branchKae
2024-03-07improvement to iterating through patch arraysWasabiRaptor
2024-03-07Added the `search` operand to the `move` and `copy` operations, and added ↵JamesTheMaker
the new `merge` operation
2024-03-07Added the `search` operand to the `find`, `replace`, and `remove` operationsJamesTheMaker
2024-03-07Added `search` operator to the `remove` operationJamesTheMaker
2024-03-07Added `jsonCompare` functionJamesTheMaker
2024-02-29Fix possible Unicode exception in Directives parsingKae
2024-02-28Fixed remaining compiler warningsKai Blaschke
Some warnings (e.g. in Opus and the tests) can't be fixed, only suppressed.
2024-02-26Merge pull request #22 from kblaschke/use-pragma-onceKae
Use "#pragma once" instead of include guards
2024-02-25Use "#pragma once" instead of include guardsKai Blaschke