1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-19 08:30:25 +02:00
Commit graph

2082 commits

Author SHA1 Message Date
Damian Day
3ac6af88a3 Bool Parse
Implemented parsing boolean strings.

This implementation does not trim whitespace and nulls and check strings if the string does not match at first like C#.
2020-05-26 20:56:19 +01:00
Damian Day
a0210f1d85 Minor updates to Queue 2020-05-26 20:29:15 +01:00
RogueMacro
6d3ac2052b
Update TypeInstance.bf 2020-05-26 21:05:40 +02:00
Damian Day
d17b016397 IndexOfAny
Implemented IndexOfAny for String and StringView.
2020-05-26 20:04:06 +01:00
Brian Fiete
3714bdb84f Linux fix 2020-05-26 08:22:33 -07:00
Brian Fiete
534d20121c Hex long fix 2020-05-26 08:22:26 -07:00
Brian Fiete
b6f5e67438 Fixed operators on readonly struct fields 2020-05-26 07:24:53 -07:00
Brian Fiete
e16e4613b6 Better handling of autocomplete with tokens 2020-05-26 06:10:51 -07:00
Brian Fiete
74f3ef4e43 Removed debug line 2020-05-25 15:55:11 -07:00
Brian Fiete
17ca597bc5
Merge pull request #294 from pmysl/master
Fix ToString() for int32.MinValue and int64.MinValue
2020-05-25 15:28:19 -07:00
Piotr Myśliński
81168d631b
Fix formatting of Int32.bf and Int64.bf 2020-05-25 23:58:52 +02:00
Piotr Myśliński
bec7dff380
Fix ToString() for int32.MinValue and int64.MinValue 2020-05-25 23:58:43 +02:00
Brian Fiete
323f984a72 Fixed autocomplete positioning code 2020-05-25 14:56:40 -07:00
Brian Fiete
c69150e3bb Linux font fix 2020-05-25 14:14:04 -07:00
Brian Fiete
42ae46390d Fixed improper generic method variation reification 2020-05-25 14:12:53 -07:00
Brian Fiete
8c2d65ca78 Const sized array lookup fix 2020-05-25 13:39:25 -07:00
Brian Fiete
c43212c38a Linux font fix 2020-05-25 13:38:57 -07:00
Brian Fiete
d5768c0a83 Fixed sized array init with unknown-size array 2020-05-25 13:38:45 -07:00
Brian Fiete
ad9cf3c548 Updated version 2020-05-25 12:48:19 -07:00
Brian Fiete
e25f8901a5 Fixed re-partialization of orphaned extensions 2020-05-25 12:01:37 -07:00
Brian Fiete
46751bb706 Merge remote-tracking branch 'origin/master' 2020-05-25 12:01:00 -07:00
Brian Fiete
a055249523 Added support for caching compiled shaders to remove D3DCompiler dep 2020-05-25 11:03:10 -07:00
Brian Fiete
1010e8ac83 Added font failovers for missing fonts 2020-05-25 11:02:09 -07:00
Brian Fiete
0e60ad4b01
Update README.md 2020-05-25 07:22:35 -07:00
LZMPDev
ad0dab0d4c Revamp Stdcall 2020-05-25 20:46:28 +08:00
Brian Fiete
33286fb804 Fixed missing length in SV target 2020-05-25 05:37:56 -07:00
Brian Fiete
aea367b95e Fixed i8 mul issue with no mResult 2020-05-25 05:37:40 -07:00
Brian Fiete
92ccadce1e Removed inline requests during vdata building 2020-05-25 05:37:12 -07:00
ExMatics HydrogenC
7b4239d08e
stdcall deprecation 2020-05-25 19:54:39 +08:00
Brian Fiete
2f8f936657 Fixed MouseWheel 2020-05-25 01:13:17 -07:00
Brian Fiete
287c91c4b7 Fixed CheckAdjustFile in minidump debugging 2020-05-25 00:14:16 -07:00
Brian Fiete
28e55fd5aa Renamed "Start Debugging" to "Continue" while running 2020-05-25 00:13:55 -07:00
Brian Fiete
cc1aafeb14 Fixed '-' display in Open Recent 2020-05-25 00:13:37 -07:00
Brian Fiete
b597b444ab Fixed CRTP - deferred validating base class generic constraints 2020-05-25 00:13:15 -07:00
Brian Fiete
37ac89765f Fixed old-source-location for inlined methods 2020-05-25 00:10:56 -07:00
Brian Fiete
84aecbca81 Smoother mouse wheel scrolling 2020-05-25 00:10:35 -07:00
Brian Fiete
5a5287bc8b Fixed generic alias and generic delegate issues 2020-05-23 17:25:47 -07:00
Brian Fiete
639430b41c Test updates 2020-05-22 06:40:06 -07:00
Brian Fiete
adbae6f1d4 Fixes to global indexing 2020-05-22 06:39:12 -07:00
Brian Fiete
24f931df51 Fix to sized array initialization 2020-05-22 06:06:43 -07:00
Brian Fiete
4b965a440d Console fix 2020-05-22 06:05:33 -07:00
Brian Fiete
58c1feb51f Merge remote-tracking branch 'origin/master' 2020-05-22 06:04:36 -07:00
Brian Fiete
45f2d0e33c Merge remote-tracking branch 'origin/master' 2020-05-22 05:45:29 -07:00
Brian Fiete
1af638e7e9
Merge pull request #289 from RogueMacro/master
Add Read functions to Console
2020-05-22 05:45:06 -07:00
RogueMacro
fc229c9835
Update Console.bf 2020-05-22 11:06:20 +02:00
Brian Fiete
cd51b72a7d Made better error for class &this attempt 2020-05-21 15:01:56 -07:00
Brian Fiete
b8c0322924 Backtrace fix 2020-05-21 14:27:55 -07:00
bfiete
af77115f18 macOS fixes 2020-05-21 13:30:30 -07:00
Brian Fiete
672be8a8f7 Linux fixes, now using a IDEHelper_libs.txt file 2020-05-21 12:55:58 -07:00
Brian Fiete
f8b27c13a2 Enhanced var capabilities for scripts and building 2020-05-21 11:47:15 -07:00