Tamás Bálint Misius
|
ffe730c615
|
Save ambient heat temperature and add it to options
|
2021-06-04 22:39:07 +02:00 |
|
jacob1
|
0ed6a84ecf
|
Fix ambient heat display
|
2021-02-28 16:53:18 -05:00 |
|
Tamás Bálint Misius
|
4b7e85c2fb
|
Fix a metric ton of MSVC warnings
|
2021-02-15 21:24:44 +01:00 |
|
Tamás Bálint Misius
|
92ccb12d70
|
Update luasocket, embed eventcompat.lua differently
|
2021-01-04 16:43:31 +01:00 |
|
Tamás Bálint Misius
|
0832615599
|
Use versioned tpt-libs
Also move bzip2 sources out of their own subproject.
|
2021-01-03 11:00:45 +01:00 |
|
Tamás Bálint Misius
|
88b9084267
|
Fix vertical alignment of text in signs
It's now consistent with the rest of the UI.
|
2021-01-02 23:24:51 +01:00 |
|
Tamás Bálint Misius
|
7724a60467
|
Compress font data
|
2020-12-25 19:46:13 +01:00 |
|
Tamás Bálint Misius
|
360297c338
|
Mesonification
|
2020-12-14 20:16:52 +01:00 |
|
Tamás Bálint Misius
|
a631ef78e9
|
Fix buggy text width calculation
|
2020-11-30 15:26:00 +01:00 |
|
jacob1
|
efd2b41980
|
Fix default render modes not being the same as Fire display mode
Special effects like EMBR sparks weren't included, this only affected the renderer, causing those special effects to not render.
|
2020-09-15 15:23:05 -04:00 |
|
Tamás Bálint Misius
|
4d52531889
|
Ditch element and tool classes
|
2020-01-09 19:22:11 +01:00 |
|
jacob1
|
a50b172999
|
Fix clang 8 compile warnings
|
2019-10-04 00:21:10 -04:00 |
|
Nick Renieris
|
c08b333909
|
graphics/gldrawmethods: Fix compilation
Was probably broken by ff27d69424
Signed-off-by: Nick Renieris <velocityra@gmail.com>
|
2019-09-06 09:33:40 -04:00 |
|
Tamás Bálint Misius
|
8b81023770
|
Replace a few occurrences of hard-coded font height with FONT_H
These two are all I managed to find, but there may be others.
|
2019-07-31 23:57:13 +02:00 |
|
Tamás Bálint Misius
|
7ad797275b
|
Make Renderer::ResetModes actually reset modes
See 2333786 .
|
2019-07-22 16:18:05 +02:00 |
|
Tamás Bálint Misius
|
23337862a4
|
Use current rendering modes when placing a save (fixes #446)
|
2019-07-22 10:38:13 +02:00 |
|
Tamás Bálint Misius
|
4bb85578a8
|
Fix text wrapping (fixes #166)
This breaks the syntax highlighting in ConsoleView.
I haven't yet thought of a way to fix that properly,
ideas anyone?
|
2019-07-19 02:53:54 +02:00 |
|
Tamás Bálint Misius
|
0179cefc78
|
Flatten include trees
|
2019-04-20 15:36:11 +02:00 |
|
Tamás Bálint Misius
|
2e76b10619
|
Use C++11 threads
|
2019-04-17 00:23:57 +02:00 |
|
Tamás Bálint Misius
|
9d92b77163
|
Clean up sign-related code a bit
Also draw search signs with purple text and thread signs with red.
|
2019-04-12 17:09:34 +02:00 |
|
Tamás Bálint Misius
|
06e2836726
|
Fix Lua reference leaks (fixes #638)
|
2019-04-09 15:28:40 +02:00 |
|
jacob1
|
772148900e
|
Fix stamp and local save thumbnails being stretched
|
2019-03-03 23:45:33 -05:00 |
|
jacob1
|
25c1b13bd4
|
improve find tool handling with GoL, can now find specific life elements
Reverts most of LBPHacker's previous commit, lol
|
2019-02-16 19:13:05 -05:00 |
|
jacob1
|
48bc6e02ba
|
Fix gcc 8 warnings
|
2018-11-03 19:36:07 -04:00 |
|
jacob1
|
1c1bcb0cdc
|
fix stasis wall not having any blob mode effects
|
2018-07-21 21:26:14 -04:00 |
|
mniip
|
b8c9888d87
|
...Fix opengl renderer compilation too
|
2018-05-09 20:16:28 +03:00 |
|
mniip
|
67df4fd963
|
Fix renderer compilation
|
2018-05-09 20:15:26 +03:00 |
|
mniip
|
12e79ea111
|
Fix compilation on windows
|
2018-05-09 19:05:39 +03:00 |
|
mniip
|
6c9cb174fb
|
Change some uses of String::Stream to StringBuilder
|
2018-05-02 22:11:41 +03:00 |
|
mniip
|
a121c62c3b
|
Add some helper methods and rewrite some of the string manipulation code
|
2018-05-02 01:32:04 +03:00 |
|
mniip
|
833383b121
|
Move TPT's icons to the (real) Private Use Area of the unicode
|
2018-05-01 07:03:48 +03:00 |
|
mniip
|
b8c5e94a41
|
Add blocks/gaps to the font format
|
2018-05-01 05:57:03 +03:00 |
|
mniip
|
9d927cbd6f
|
Add an auxiliary font reader class to reduce code repetition
|
2018-05-01 02:21:34 +03:00 |
|
mniip
|
ff27d69424
|
Switch from std::string to String/ByteString in most of the code
Also switch SimulationData from weird arrays to std::vector
|
2018-04-30 21:13:24 +03:00 |
|
mniip
|
04c875120a
|
fix some tools' icons breaking their bounding box
|
2018-04-29 04:23:03 +03:00 |
|
mniip
|
16acc95621
|
Enlarge the font by adding 2 pixels above the cap height
|
2018-04-29 04:08:03 +03:00 |
|
jacob1
|
777cb967a5
|
add M_PI definition back
|
2018-04-28 00:26:43 -04:00 |
|
jacob1
|
db8b32363e
|
remove tpt-math.h includes
|
2018-04-28 00:09:14 -04:00 |
|
Saveliy Skresanov
|
cda029ff42
|
Use xoroshiro128+ random generator (everywhere besides BSON code).
|
2018-04-23 22:47:44 +07:00 |
|
jacob1
|
11b2f58db7
|
define M_PI in tpt-math.h
|
2018-04-05 23:31:28 -04:00 |
|
moonheart08
|
3f99a59cb2
|
Adds STASIS wall. (#556)
|
2018-04-03 22:24:38 -04:00 |
|
wolfy1339
|
27f6a6b297
|
Strip whitespace from files in repo (#553)
|
2018-04-03 21:46:01 -04:00 |
|
jacob1
|
67bc12de97
|
Fix issue where TPT was bought by EA
|
2018-04-01 15:26:13 -04:00 |
|
jacob1
|
40d2850ff7
|
TPT has now gone free to play! Many elements are unlocked by default, but by using Powdercoins you can unlock new elements and promote your saves to front page!
|
2018-03-31 22:40:23 -04:00 |
|
jacob1
|
3bd35ce83f
|
fix STKM + fan wall
|
2018-03-21 23:58:27 -04:00 |
|
jacob1
|
b07e8d93d5
|
When finding particles, show how many were found in HUD
|
2018-03-07 23:19:55 -05:00 |
|
jacob1
|
f9b5c6bb1a
|
use std::string instead of c strings for sign stuff, fixes #545
|
2018-03-03 20:44:03 -05:00 |
|
jacob1
|
0c8c4de125
|
convert all of the rest of the things except GameSave.cpp and pipe/ray elements
also add sim.PMAPBITS and sim.PMAPMASK constants
|
2017-12-29 21:01:28 -05:00 |
|
jacob1
|
a674dc93e2
|
include tpt-minmax header in Renderer
|
2017-11-23 15:01:04 -05:00 |
|
wolfy1339
|
87f3ada7b0
|
Remove stuff from Config.h that doesn't belong
|
2017-11-23 00:12:48 -05:00 |
|