AzaezelX
|
dd920bb537
set convexshape to use a standard vertex type
|
3 年之前 |
Brian Roberts
|
67771cad5b
Merge pull request #792 from Ragora/bugfix-macos-hotkeys
|
3 年之前 |
Robert MacGregor
|
e686a9850e
* BugFix: Correct the MacOS hotkey workaround causing eg. the Windows key to potentially be processed as part of a hotkey combo.
|
3 年之前 |
Robert MacGregor
|
3f944874f3
* BugFix: Correct MacOS not responding to Command+C, Command+X, Command+A and Command+V by removing a hack in guiTextEditCtrl and shifting the logic to sdlWindow.
|
3 年之前 |
Brian Roberts
|
e896e663d4
Merge pull request #791 from Ragora/bugfix-sdl-fallthrough
|
3 年之前 |
Robert MacGregor
|
d5d846f311
* BugFix: Correct invalid fall-through behavior in sdlInputManager.cpp.
|
3 年之前 |
Brian Roberts
|
13a296aae8
Merge pull request #783 from Azaezel/alpha40/ambeintOrderOps
|
3 年之前 |
Brian Roberts
|
dd801ec1a1
Merge pull request #790 from Areloch/MiscFixes20220524
|
3 年之前 |
JeffR
|
70a9666cc3
Removes erroneous assignment of loaded state onto fallback assets when we fail to find an assetId by filename for image and shape assets
|
3 年之前 |
Brian Roberts
|
53cd3ea36a
Merge pull request #789 from JeffProgrammer/cpuinfo
|
3 年之前 |
Jeff Hutchinson
|
04a94669eb
Merge pull request #7 from Ragora/feature-linux-cpu-info-fixed
|
3 年之前 |
Robert MacGregor
|
0df555f9eb
* Adjustment: Add static keyword to getCPUInformation in POSIXCPUInfo.
|
3 年之前 |
Robert MacGregor
|
3be4f5983e
* Cleanup: Remove mInstallLibrary_Vec from platformMac.
|
3 年之前 |
Robert MacGregor
|
4a92ecf9e5
* BugFix: Remove the last remnant of 3DNow! Extensions.
|
3 年之前 |
Robert MacGregor
|
2368f1d97c
* Feature: Reimplement POSIX CPU information.
|
3 年之前 |
Robert MacGregor
|
c687c0d23a
* BugFix: Remove unused 3DNow! extensions and broken SSE extensions.
|
3 年之前 |
Jeff Hutchinson
|
27fd15de83
Merge remote-tracking branch 't3d/Preview4_0' into cpuinfo
|
3 年之前 |
Brian Roberts
|
237f5230d7
Merge pull request #788 from Areloch/NewForestItemListFix
|
3 年之前 |
JeffR
|
52368a0428
Fixes issue where creating a new ForestItem wouldn't have it show in the ForestItemData dropdown on brushes until you restart.
|
3 年之前 |
Brian Roberts
|
30251f5be1
Merge pull request #787 from JeffProgrammer/ts_strempty_is_now_0
|
3 年之前 |
Jeff Hutchinson
|
8f2beb3219
Fix edgecase where empty string was not being explicitly set to 0 in torquescript when used as integers/floats/bools.
|
3 年之前 |
Brian Roberts
|
7984777336
Merge pull request #786 from JeffProgrammer/ts_conversion_buffer_allocator
|
3 年之前 |
Brian Roberts
|
bb5023fa7d
Merge pull request #785 from Ragora/adjustment-update-sdl
|
3 年之前 |
Jeff Hutchinson
|
3988e7baee
Better allocator for TorqueScript temp conversions used during interpretation
|
3 年之前 |
Robert MacGregor
|
eab544c8f3
* Adjustment: Update libsdl to address a bug in compilation on MacOS devices.
|
3 年之前 |
AzaezelX
|
ff0e418132
fix sDefaultAmbience intialization.
|
3 年之前 |
Brian Roberts
|
516163fd5d
Merge pull request #781 from Areloch/MiscFixes20220510
|
3 年之前 |
Brian Roberts
|
81b4cc92b6
Merge pull request #780 from Areloch/UINavigation
|
3 年之前 |
JeffR
|
8aed00ec4d
Fixed graphical level values to set defaultAnisotropy instead of vsync
|
3 年之前 |
JeffR
|
5f871763fb
Adds creator callback integration to pair with the base UI module having shortcut creator entries in the GUIEditor for creating stuff like the UINavigation containers, or MenuList controls with the namespace hooks already established.
|
3 年之前 |