33 Commits
Author SHA1 Message Date
ComicIronicandGitHub a284e9f244 Add ScreenToMap overload taking ScreenCoordinates (#1120)
This was a small hole in the API, no real new functionality.
2020-06-09 13:56:52 +02:00
9ab3f13f2d Make AddComponent load default DataField values (#1112)
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
2020-06-08 13:51:08 +02:00
ComicIronicandGitHub d631048c1e Remove ScreenToWorld (#1114) 2020-06-08 00:41:59 +02:00
ComicIronicandGitHub 15432bf8a7 Fix client CurTime jumps (#1113)
This fixes the issue where CurTime on the client would sometimes jump by
massive values. It was caused by an underflow when the current tick
would be before the most recently cached tick, due to time going in
reverse.
2020-06-07 22:27:19 +02:00
ComicIronicandGitHub b2cb334f03 Add config var loading from environment variables (#1108) 2020-06-06 23:53:05 +02:00
ComicIronicandGitHub caa876dbb3 Fix TickRate causing CurTime jumps (#1106) 2020-06-06 23:50:02 +02:00
ComicIronicandGitHub dec76c9ad9 Fix lasers changing DrawingHandleWorld transform (#1103) 2020-06-06 14:26:33 +02:00
ComicIronicandGitHub 486fd670e2 Change DrawDepth to int, add content constant hook (#1090)
This allows DrawDepth to be defined in the content layer.
2020-05-31 00:40:48 +02:00
ComicIronicandGitHub c9157c8b57 Adds custom YAML serializer for ints in terms of named constants (#1088)
Works similar to the flag serializer, except it allows for magic numbers
to be given names in the YAML.
2020-05-30 12:07:19 +02:00
ComicIronicandGitHub c26d409aee Add flag serialization markers to collision layer, mask in PhysShapes (#1072) 2020-05-25 01:29:27 +02:00
ComicIronicandGitHub 5ebd8a4221 Add system for using flag names in YAML (#1047) 2020-05-24 22:43:30 +02:00
ComicIronicandGitHub 4b50b151fe Minor improvements to printing in VV (#1041) 2020-05-02 00:15:59 +02:00
ComicIronicandGitHub 8398169183 Change Reference -> Ref in VV (#1040) 2020-05-01 19:04:59 +02:00
ComicIronic bd44488178 Increased clone-depth to see if it prevents blame issues. 2017-05-10 00:21:08 +01:00
ComicIronic f969f735b5 Only run SQ on non-PRs. 2017-05-09 23:50:54 +01:00
ComicIronicandGitHub 739121547e Merge pull request #140 from PJB3005/whoops
Remove accidental resource pack
2017-05-09 17:44:56 +01:00
ComicIronicandGitHub fab7dfa0b3 Merge pull request #141 from ComicIronic/Format-Fixes
Fixed malformed string.Format instances.
2017-05-09 17:39:24 +01:00
ComicIronicandGitHub 2401196288 Merge pull request #138 from gbasood/fix-string-formats
Fix string.Format errors that would cause exceptions.
2017-05-09 17:38:45 +01:00
ComicIronic d34d4b9d1c Fixed malformed string.Format instances. 2017-05-09 17:20:00 +01:00
ComicIronic 8942f199fb Fix use of PS variables in cmd 2017-05-09 16:08:01 +01:00
ComicIronic ab258a6693 Fixed error in appyveyor install. 2017-05-09 16:02:08 +01:00
ComicIronic 7cf720e1a0 Added SQ support to AppVeyor. 2017-05-09 02:49:44 +01:00
ComicIronic cd12abfa8b Removed SQ from Travis. 2017-05-09 02:49:44 +01:00
ComicIronic 9622141047 Add source file encoding to SQ. 2017-05-08 21:34:46 +01:00
ComicIronic fe5b80e625 Removed SQ forced language, incremented version. 2017-05-08 19:23:13 +01:00
ComicIronic c3ded59dbc Fixed SQ language being incorrect. 2017-05-08 01:47:54 +01:00
ComicIronic d49e2fdfc9 Fixed bad token for SonarQube. 2017-05-08 01:28:47 +01:00
ComicIronic c30e50f4ba Added SonarQube to Travis build
SonarQube is a linter which automatically analyses projects.
2017-05-08 01:05:26 +01:00
ComicIronic 02c38c1cdd Fixed compile break due to recent merge.
DebugConsole had to be reverted completely due to non-atomic formatting
changes.
2017-05-06 01:38:58 +01:00
ComicIronicandGitHub 65764d0d48 Merge pull request #84 from psykzz/sliding-collisions
Slide when colliding with Colliders
2017-05-03 21:32:15 +01:00
ComicIronicandGitHub 9b94e04f9c Merge pull request #91 from PJB3005/commandline
Basic command line argument handling for the server.
2017-05-03 21:31:57 +01:00
ComicIronicandGitHub 00eb8c1e3d Merge pull request #87 from PJB3005/colored-logging
Adds colored logging.
2017-05-03 20:58:09 +01:00
Comicandvolundr aa34275257 Added a code toggle for status button visibility.
Summary: Test diffs yay.

Test Plan: Look it over. It makes logical sense and changes no behaviour.

Reviewers: #ss14_developers, volundr-

Reviewed By: #ss14_developers, volundr-

Subscribers: ririchiyo, volundr-

Differential Revision: http://phab.nexisonline.net/D31
2015-01-21 21:19:38 +00:00