Martin Cietwierkowski
d9d954254f
Add output window filtering options similar to what Visual Studio
...
offers.
To use right click on output window, and select which messages should
appear and which should be filtered out.
By default all types of messages appear as they normally would before
this change.
These settings are persisted into workspace_user file
This change helps keep the clutter out of the output window so that
program output logs are easier to read, especially on application
startup.
2023-08-23 20:18:45 -04:00
Brian Fiete
da23ba4aa7
Add setting for bumpalloc pool size
2023-08-19 10:17:12 -07:00
Brian Fiete
57c50635a0
Small failure case fixes
2023-08-18 12:04:33 -07:00
Brian Fiete
d0de4776f3
Large collection fixes
2023-08-18 12:04:01 -07:00
Brian Fiete
e8880cd59c
Geom improvements
2023-08-18 12:03:09 -07:00
Brian Fiete
7bc7ccbbc4
Merge pull request #1882 from hermansimensen/master
...
Add intrinsic for emscripten assembly/javascript.
2023-08-09 07:29:47 -07:00
hermansimensen
ac9feaeaf5
avoid symbol name collisions
2023-08-07 16:51:42 +02:00
hermansimensen
67e4b845fd
allow zero arguments
2023-08-06 21:58:28 +02:00
hermansimensen
09131c1df0
add missing fallthroughs
2023-08-06 20:33:52 +02:00
hermansimensen
eeea06a22b
Add em_asm funtionality
2023-08-06 15:54:14 +02:00
hermansimensen
6bde23b75e
Add em_asm intrinsic
2023-08-03 13:29:04 +02:00
Brian Fiete
386f866d5d
Fixed console output of one-character lines during test
2023-08-03 01:10:29 -07:00
Brian Fiete
b9d5864d61
Span.Reverse()
2023-08-02 09:47:44 -07:00
Brian Fiete
891d0839f2
Added target null check in LoadProperty
2023-08-02 09:47:29 -07:00
Brian Fiete
c8ca955e5b
Fix ToolsetType.GetDefaultFor
2023-07-27 09:17:44 -07:00
Brian Fiete
98e498bdf5
Generic geometry
2023-07-27 07:17:14 -07:00
Brian Fiete
559ac2f39e
Turn CreateValueFromExpression asset into InternalError
2023-07-27 07:16:54 -07:00
Brian Fiete
659aeefa61
Fix wasm compile error with lseek64, ftruncate64
2023-07-27 07:16:18 -07:00
Brian Fiete
145ba4b0a3
Disable LTO for wasm release
2023-07-27 07:16:00 -07:00
Brian Fiete
61790dd09b
Fail is wasm GNU not set. Use -gseparate-dwarf instead of -g
2023-07-27 07:15:34 -07:00
Brian Fiete
f9ecf3ae6b
Verbose build menu option
2023-07-27 07:14:49 -07:00
Brian Fiete
40f3baf127
Graphics.DrawLine, DrawBatch fixes
2023-07-26 09:39:14 -07:00
Brian Fiete
a269a19ed8
Fixed dwarf null check
2023-07-25 14:23:46 -07:00
Brian Fiete
974e8ac354
Fixed sign extension for constexpr geps
2023-07-25 07:43:22 -07:00
Brian Fiete
e2f45167f9
Fixed hot-swap mFindDbgModuleCache where addrs are not 64k-aligned
2023-07-25 07:42:37 -07:00
Brian Fiete
8666fbe584
Merge remote-tracking branch 'origin/master'
2023-07-24 13:04:36 -07:00
Brian Fiete
dae923b348
Merge pull request #1877 from hermansimensen/master
...
Prevent warning in emitted bitfield code
2023-07-24 13:02:28 -07:00
hermansimensen
2b48e54903
Update leading zeros based on bitSize
...
#1877
2023-07-24 22:00:04 +02:00
Brian Fiete
71dc0ab9d7
Fixed payload enum switch 'case .A:' after a 'case .A(let value):'
2023-07-24 12:52:23 -07:00
hermansimensen
9d0f656be2
Prevent warning in emitted bitfield code
2023-07-24 19:42:05 +02:00
Brian Fiete
11bde5caf2
Fixed payload enum switch case comparison
2023-07-24 10:32:31 -07:00
Brian Fiete
52f746aae9
Ignore path error
2023-07-24 10:31:42 -07:00
Brian Fiete
99dcf4f075
Fixed ToRawData size issue
2023-07-07 17:21:19 -04:00
Brian Fiete
02c2dfbb5c
Fixed strideof/alignof error
2023-07-07 17:13:03 -04:00
Brian Fiete
588d05767e
Revert fix
2023-07-06 13:29:23 -04:00
Brian Fiete
0b68abde8f
Improved canceled comptime type rebuilds
2023-07-06 09:21:40 -04:00
Brian Fiete
19fcb7f890
Fixed 'Function' constraint
2023-07-03 10:08:40 -04:00
Brian Fiete
2beb2231ac
Merge pull request #1869 from RogueMacro/master
...
Fix Console.CursorLeft y-coordinate
2023-07-02 07:12:32 -04:00
Brian Fiete
589095277e
parentWidget null check
2023-06-30 07:09:54 -04:00
Brian Fiete
6be091c781
BfResolvedTypeSet iterator MovePastNulls
2023-06-30 06:47:33 -04:00
Brian Fiete
f4ef2d1fbf
mCurTypeInstance NULL check
2023-06-30 06:47:03 -04:00
RogueMacro
87a0a9e610
fix Console.CursorLeft y-coordinate
2023-06-30 01:40:16 +02:00
Brian Fiete
c18c76b4fe
Properly handle splattable cast to base where base is CRepr
2023-06-29 11:43:43 -04:00
Brian Fiete
e46f525e90
Fixed arg
2023-06-29 07:49:21 -04:00
Brian Fiete
c6150c850e
Made ResolveTypeRef failure more robust
2023-06-29 07:48:11 -04:00
Brian Fiete
247eb0abdc
Fixed invalid return from GetSimdTypeString
...
Fixed invalid return from GetSimdTypeString
2023-06-29 07:37:24 -04:00
Brian Fiete
1aa99da714
Fixed LoadProperty for struct pointers
2023-06-28 16:21:37 -04:00
Brian Fiete
ba0ff23e9d
Renamed Compress.cpp to Compression.cpp
2023-06-28 16:20:26 -04:00
Brian Fiete
2ead8e5377
Improved attribute encoding for nulls
2023-06-24 06:03:46 -04:00
Brian Fiete
19a2855da9
Display error for theme file failure
2023-06-23 07:15:38 -04:00