1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-11 04:52:21 +02:00
Commit graph

897 commits

Author SHA1 Message Date
Brian Fiete
e12c03d46e Improved GetCursorLineChar 2020-04-07 08:30:11 -07:00
Brian Fiete
15c3ad98de Changed array to Ordered instead of CRepr 2020-04-04 12:14:52 -07:00
Brian Fiete
ff33c7aca3 Added UseLLVM attribute 2020-04-03 10:34:55 -07:00
Brian Fiete
b21cd0f197 Fixed != and == 2020-04-03 10:34:41 -07:00
Brian Fiete
625e495291 Added FMOD lib 2020-04-02 08:57:48 -07:00
Brian Fiete
79acc766fd Added GetCurEnum 2020-04-02 08:57:15 -07:00
Brian Fiete
384863ae32 SDL2 with LIBS moved out of LinkFlags 2020-03-31 07:57:11 -07:00
Brian Fiete
954613fe0c Removed internal 2020-03-30 14:08:15 -07:00
Brian Fiete
7014320916 Fixed MouseUp 2020-03-30 12:17:38 -07:00
Brian Fiete
757464db3e Fixed popup location clipping 2020-03-30 12:17:24 -07:00
Brian Fiete
385fa6dbb5 More scaling fixes, frameless combo box for status bar 2020-03-30 07:28:04 -07:00
Brian Fiete
990d092274 Fixed more scaling issues 2020-03-29 10:17:28 -07:00
Damian Day
2a88e95e01 Added List.Front
Added a Front to complement Back.
2020-03-28 22:33:46 +00:00
Brian Fiete
d9a820f5a1 Scale fixes 2020-03-28 14:27:36 -07:00
Damian Day
b43831de65 Fix #97
Move the pointer assignment after the allocation.

Implemented CalculatedReserve to simplify reallocation.
2020-03-26 11:58:26 +00:00
Brian Fiete
f0e613f2c9
Merge pull request #93 from damianday/String.Insert
Add String.Insert char32
2020-03-25 17:19:11 -07:00
Damian Day
94067bea80 Update String.bf 2020-03-26 00:13:55 +00:00
Brian Fiete
19e53801f1 Enhanced Write/WriteLine 2020-03-25 09:17:53 -07:00
ExMatics HydrogenC
6afce5b179
Add universal Write and WriteLine with no params 2020-03-25 21:57:49 +08:00
ExMatics HydrogenC
15eebce64a
Add universal WriteLine 2020-03-25 21:50:34 +08:00
Brian Fiete
dab667ec92 Added Encode without a range check 2020-03-25 06:27:26 -07:00
Brian Fiete
b5815927ef Faster Append(char32) 2020-03-25 06:26:59 -07:00
Damian Day
f2427119ef Add String.Insert char32
Use CalcNewSize in Insert.
Remove a duplicated Insert char8 by using default parameter.
Add new Insert method accepting char32.
2020-03-24 18:09:21 +00:00
Brian Fiete
f8f4fd859c
Merge pull request #90 from damianday/Array-Reverse
Array reverse
2020-03-24 07:07:55 -07:00
Brian Fiete
9413d3ded4 Fixed issue where menu could be clipped off the right of desktop 2020-03-21 07:12:30 -07:00
Brian Fiete
dce4a3ecf2 Made abs an intrinsic 2020-03-21 07:10:59 -07:00
Brian Fiete
a51fa2b657 Added an origX/origY to MouseClick 2020-03-21 07:09:21 -07:00
Brian Fiete
5f949c177d Reducing boxing for IDisposable 2020-03-21 07:07:39 -07:00
Damian Day
37f8cc9f98 Add Reverse
Reverse an array.
Update GetRef while i'm here.
2020-03-20 22:18:27 +00:00
Brian Fiete
6d1d547f0c
Merge pull request #89 from damianday/IOpSubtractable
New interface IOpSubtractable
2020-03-20 15:16:13 -07:00
Damian Day
bc264c9447 Merge branch 'IOpSubtractable' 2020-03-20 22:10:10 +00:00
Damian Day
176c03832f Missing interfaces
Add the missing interfaces these types already support.
2020-03-20 22:06:09 +00:00
Damian Day
9a8beec7d9 IOpSubtractable
The opposite of IOpAddable, useful for generic code.
2020-03-20 22:01:18 +00:00
Damian Day
97501eacee Move assert
Place the assert before the allocation.
2020-03-20 21:50:40 +00:00
Brian Fiete
96c53d4a9e Improvements to Queue, to bring it more inline with List 2020-03-20 09:26:16 -07:00
subuzero
94b20b0017 ioctlsocket() is Windows-Only. Using ioctl() for non-Windows platform. 2020-03-12 18:39:00 +05:30
Brian Fiete
5276bd4533 Fixed int-lowered structs with immutable methods in LLVM 2020-03-12 05:40:36 -07:00
Brian Fiete
0a407b0913 StringId typecode fix 2020-03-11 09:53:04 -07:00
Brian Fiete
f7dd157bf8
Merge branch 'master' into close_socket_linux 2020-03-09 10:42:15 -07:00
Brian Fiete
77e204deb0 Removed internal 2020-03-09 09:32:14 -07:00
Brian Fiete
14ac27c977 Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
subuzero
9657cdd55b Fix for Socket class on linux.
closesocket() is windows only.
2020-03-04 00:43:04 +05:30
Brian Fiete
e6518a3aab Removed some errant semicolons 2020-03-02 07:03:42 -08:00
Brian Fiete
76cb117e1f Added View Whitespace for string viewer 2020-03-02 06:24:21 -08:00
Brian Fiete
d7aa91f9c5 Properly setting mFileAccess 2020-02-29 07:47:44 -08:00
Brian Fiete
5bed292e87 Removed sized array initialization from tuples 2020-02-28 13:58:12 -08:00
Brian Fiete
292e0992a4 Removed IDisposable indirection 2020-02-23 06:14:33 -08:00
Brian Fiete
c2c2c24ac8 Fixed some issues with new/delete generic constraints 2020-02-20 11:57:25 -08:00
Brian Fiete
a781f29c31 Disallowed [Inline] on properties 2020-02-20 09:31:27 -08:00
Brian Fiete
1f20d76f94 Added a 'cast' intrinsic 2020-02-19 13:16:33 -08:00