2013-11-19 02:38:44 +04:00
|
|
|
# Ignore generated files
|
|
|
|
# ...
|
|
|
|
|
2016-07-16 18:39:15 +03:00
|
|
|
# Ignore VIM's backup generated files
|
|
|
|
*.swp
|
2017-03-20 21:33:53 +03:00
|
|
|
*.swo
|
|
|
|
*~
|
2016-07-16 18:39:15 +03:00
|
|
|
|
2013-11-19 02:38:44 +04:00
|
|
|
# Ignore thumbnails created by windows
|
|
|
|
Thumbs.db
|
2013-10-24 19:49:49 +04:00
|
|
|
|
2013-11-19 02:38:44 +04:00
|
|
|
# Ignore files build by Visual Studio
|
2013-11-24 23:30:34 +04:00
|
|
|
# *.obj --> Can be confused with 3d model!
|
2013-10-24 19:49:49 +04:00
|
|
|
*.pdb
|
2013-11-19 02:38:44 +04:00
|
|
|
*.aps
|
2018-05-14 01:33:15 +03:00
|
|
|
*.user
|
|
|
|
# *.vcproj
|
|
|
|
# *.vcxproj*
|
|
|
|
# *.sln
|
2013-11-19 02:38:44 +04:00
|
|
|
*.vspscc
|
|
|
|
*_i.c
|
|
|
|
*.i
|
|
|
|
*.icf
|
|
|
|
*_p.c
|
|
|
|
*.ncb
|
|
|
|
*.suo
|
2013-10-24 19:49:49 +04:00
|
|
|
*.tlb
|
|
|
|
*.tlh
|
2013-11-19 02:38:44 +04:00
|
|
|
*.bak
|
|
|
|
*.cache
|
|
|
|
*.ilk
|
2013-10-24 19:49:49 +04:00
|
|
|
*.log
|
2020-03-12 15:02:18 +03:00
|
|
|
.vs
|
2019-10-29 17:54:01 +03:00
|
|
|
|
2013-11-19 02:38:44 +04:00
|
|
|
[Bb]in
|
|
|
|
[Dd]ebug/
|
|
|
|
*.sbr
|
2013-10-24 19:49:49 +04:00
|
|
|
*.sdf
|
2013-11-19 02:38:44 +04:00
|
|
|
obj/
|
2017-10-11 12:22:49 +03:00
|
|
|
[R]elease/
|
2013-10-24 19:49:49 +04:00
|
|
|
_ReSharper*/
|
2013-11-19 02:38:44 +04:00
|
|
|
[Tt]est[Rr]esult*
|
|
|
|
ipch/
|
|
|
|
*.opensdf
|
2018-05-14 01:33:15 +03:00
|
|
|
*.db
|
|
|
|
*.opendb
|
UWP Support Overhaul (#819)
* Working build
* Fix build again, stop deleting files
* Hotfix crash, needs investigating
* Remove VS2015.UWP, I cannot update the project
* Lots of UWP work, added keyboard and mouse press support. Still need to finish scroll wheel, mouse position and cursor hiding, plus other stuff that I haven't seen yet.
* Implemented a ton more things, added BaseApp.h to provide common code to UWP apps.
* Remove constant window dimensions
* Enable and Disable cursor support.
* Actually use mouse delta
* Gamepad Support
* Cleaning and small tweaks
* Restore original example.
* Update comment
* Use 'Messages' to handle the cursor functions so code is more portable.
* Comment
* Comment unused message fields and use vector for mouse pos instead.
* Move messages to utils.h and use messages for everything. No more plat-specific code in raylib.h
* Working build
* Fix build again, stop deleting files
* Hotfix crash, needs investigating
* Remove VS2015.UWP, I cannot update the project
* Lots of UWP work, added keyboard and mouse press support. Still need to finish scroll wheel, mouse position and cursor hiding, plus other stuff that I haven't seen yet.
* Implemented a ton more things, added BaseApp.h to provide common code to UWP apps.
* Remove constant window dimensions
* Enable and Disable cursor support.
* Actually use mouse delta
* Gamepad Support
* Cleaning and small tweaks
* Restore original example.
* Update comment
* Use 'Messages' to handle the cursor functions so code is more portable.
* Comment
* Comment unused message fields and use vector for mouse pos instead.
* Move messages to utils.h and use messages for everything. No more plat-specific code in raylib.h
* Tested some desktop stuff and added projection matrix updates for window resizing.
* Fixed big bad mouse bug
* Fix alt buttons and add hack to combat flickery key presses (far from perfect)
* Remove debug code
* Final commit
* Well, so I thought
* Wow, i am bad
* Remove packages folder
* Remove useless include
* Apply requested changes and fix linux build
* Try to stop packages folder
* Have we fixed the formatting properly?
* Third time's the charm?
* Where did this come from?
* Re-fix
* Autoformat is gonna kill
* Fixed XBOX ONE Support
* Fix tabs
2019-04-27 21:33:51 +03:00
|
|
|
packages/
|
2021-10-19 00:17:37 +03:00
|
|
|
!examples/models/resources/models/obj/
|
2015-01-18 12:56:37 +03:00
|
|
|
|
|
|
|
# Ignore compiled binaries
|
|
|
|
*.o
|
2014-09-18 20:56:22 +04:00
|
|
|
*.exe
|
2019-02-19 07:36:29 +03:00
|
|
|
*.a
|
2019-05-21 19:02:20 +03:00
|
|
|
*.bc
|
2019-10-29 17:54:01 +03:00
|
|
|
*.so
|
2021-08-11 12:56:05 +03:00
|
|
|
*.so.*
|
2013-10-24 19:49:49 +04:00
|
|
|
|
2021-08-08 00:30:48 +03:00
|
|
|
# Ignore wasm data in examples/
|
|
|
|
examples/**/*.wasm
|
|
|
|
examples/**/*.data
|
|
|
|
examples/**/*.js
|
|
|
|
examples/**/*.html
|
|
|
|
|
2013-11-19 02:38:44 +04:00
|
|
|
# Ignore files build by xcode
|
|
|
|
*.mode*v*
|
|
|
|
*.pbxuser
|
|
|
|
*.xcbkptlist
|
|
|
|
*.xcscheme
|
|
|
|
*.xcworkspacedata
|
|
|
|
*.xcuserstate
|
|
|
|
*.xccheckout
|
|
|
|
xcschememanagement.plist
|
2013-10-24 19:49:49 +04:00
|
|
|
.DS_Store
|
2013-11-19 02:38:44 +04:00
|
|
|
._.*
|
|
|
|
xcuserdata/
|
2016-01-07 19:12:54 +03:00
|
|
|
DerivedData/
|
2016-04-23 12:29:19 +03:00
|
|
|
|
WARNING: `rcore` module split per-platform **BIG CHANGE** (#3388)
* Submodules (#3311)
* Check in current state
* Add submodules to Makefile and clean up some imports
* Start moving InitGraphicsDeivce
* Move android_main and CloseWindow() out of rcore
* Move WindowShouldClose out of rcore
* Move IsWindowHidden out of rcore
* Move IsWindowMinimized out of rcore
* Move IsWindowMaximized, IsWindowFocused and IsWindowResized out of rcore
* Move ToggleFullscreen out of rcore
* Move MaximizeWindow, MinimizeWindow and RestoreWindow out of rcore
* Move 13 functions out of rcore:
ToggleBorderlessWindowed
SetWindowState
ClearWindowState
SetWindowIcon
SetWindowIcons
SetWindowTitle
SetWindowPosition
SetWindowMonitor
SetWindowMinSize
SetWindowMaxSize
SetWindowSize
SetWindowOpacity
SetWindowFocused
* Minor clean up, revert makefile change, include submodules directly in rcore
* Fix makefile comment
* Remove rcore.h from Makefile
* Remove debug include
* Move 18 functions from rcore to submodules
GetWindowHandle
GetMonitorCount
GetCurrentMonitor
GetMonitorPosition
GetMonitorWidth
GetMonitorHeight
GetMonitorPhysicalHeight
GetMonitorRefreshRate
GetWindowPosition
GetWindowScaleDPI
GetMonitorName
SetClipboardText
GetClipboardText
ShowCursor
HideCursor
EnableCursor
DisableCursor
GetTime
* Move TakeScreenshot, OpenURL, GetGamepadName out of rcore into submodules
* remove debugging #defines
* Move GetMonitorPhysicalWidth from rcore to submodule
* Move GetGamepadAxisCount from rcore
* Move SetGamepadMappings out of rcore
* Move GetMouseX, GetMouseY, GetMousePosition out of rcore
* Move SetMousePosition out of rcore
* Move GetMouseWheelMove out of rcore
* Move the last functions out of rcore
* Move shared function defs and some global var to rcore.h
* Clean up rcore.c and rcore.h a little more
* Remove unnecessary #define
---------
Co-authored-by: MichaelFiber <michael@cubeofb.org>
* REVIEWED: `PLATFORM_DESKTOP` Windows building
* Revert "REVIEWED: `PLATFORM_DESKTOP` Windows building"
This reverts commit 71a12171f768eb25053ef908732b4ce8fdf802f7.
* Reviewed Windows building
* [split] Fix compilation for web (and desktop) (#3329)
* Fix compilation for web
* Remove EM_ASM_INT from core_input_gestures_web example
* Fix raymath undefined symbols for desktop and web
* Remove raylib_opengl_interop from examples Makefile
* Revert previous commit (8651c78)
* Fix TraceLog for web and desktop
* [split] `rcore`, `rcore_web` and `rcore_desktop` changes (batch 2) (#3334)
* Fix formatting
* Reapply commit 9d230d7 (#3305) that was missing
* Reapplies commits 719365f (#3309) and 8a1779b (#3312) that were missing
* Reapply commit 5c9cc3f (#3323) that was missing
* Reapply commit a2b3b1e that was missing
* Revert commit cef25c6 to fix macro redefined warning
* Move rcore.h #include to after config.h to fix macro redefinitions warnings
* [split] `rcore`, `web`, `desktop`, `android` changes (batch 3) (#3338)
* First pass to remove unneeded platform macros for web
* Second pass to remove unneeded platform macros for web
* Move GetTouchX, GetTouchY, GetTouchPosition from rcore to web, desktop, android
* Move SetMouseCursor from rcore to android, desktop, web
* [split] `rcore`, `web`, `desktop`, `android` changes (batch 4) (#3343)
* Fix ToggleBorderlessWindowed duplicated glfwSetWindowSize calls
* First pass to remove unneeded platform macros for android
* Second pass to remove unneeded platform macros for android
* Remove unneeded platform macros for desktop
* Relocate GetGamepadName and update SetGamepadMappings on android, desktop, web
* Add missing comment to web
* [split] `rcore`, `web`, `desktop`, `android` changes (batch 5) (#3345)
* Move SetExitKey from core to android, desktop, web
* Move some callbacks from core to desktop and web
* Relocate emscripten callbacks on web
* Relocate android callbacks on android
* Revert "Relocate android callbacks on android"
This reverts commit bbdbecc01ea7f871dae56019724386e73611c69c.
* Updates UnloadVrStereoConfig on rcore
* Update SetClipboardText on android
* Fix screenMin/Max default values for android
* [split] `rcore`, `drm` changes (#3347)
* Tweak makefiles for PLATFORM_DRM and move rcore_drm's dependencies to rcore.h
* Move drm functions to rcore_drm.c
* Fix a typo in rcore.c
* Add SetExitKey to rcore_drm.c
---------
Co-authored-by: MichaelFiber <michael@cubeofb.org>
* Fix compilation for android (#3360)
* Fix android include (#3364)
* Reviewed platform split #3313
- Added file headers info
- Added TRACELOG message for unimplemented functions
- Reviewed code formatting and organization
- Several code tweaks
* REVIEWED: `GetDirectoryPath()`
---------
Co-authored-by: MichaelFiber <42419558+michaelfiber@users.noreply.github.com>
Co-authored-by: MichaelFiber <michael@cubeofb.org>
Co-authored-by: ubkp <118854183+ubkp@users.noreply.github.com>
2023-10-08 19:36:07 +03:00
|
|
|
# VSCode project
|
|
|
|
.vscode
|
|
|
|
|
2020-02-12 00:25:27 +03:00
|
|
|
# Jetbrains project
|
|
|
|
.idea/
|
2021-01-16 16:04:01 +03:00
|
|
|
cmake-build-*/
|
2020-02-12 00:25:27 +03:00
|
|
|
|
2017-07-23 02:45:36 +03:00
|
|
|
# CMake stuff
|
|
|
|
CMakeCache.txt
|
|
|
|
CMakeFiles
|
|
|
|
CMakeScripts
|
|
|
|
Testing
|
|
|
|
cmake_install.cmake
|
2023-11-06 12:12:36 +03:00
|
|
|
cmake_uninstall.cmake
|
2017-07-23 02:45:36 +03:00
|
|
|
install_manifest.txt
|
|
|
|
compile_commands.json
|
|
|
|
CTestTestfile.cmake
|
|
|
|
build
|
|
|
|
|
2017-11-25 22:27:53 +03:00
|
|
|
# Ignore GNU global tags
|
|
|
|
GPATH
|
|
|
|
GRTAGS
|
|
|
|
GTAGS
|
2021-09-25 20:24:48 +03:00
|
|
|
|
|
|
|
# Zig programming language
|
|
|
|
zig-cache/
|
|
|
|
zig-out/
|
|
|
|
build/
|
|
|
|
build-*/
|
|
|
|
docgen_tmp/
|
2021-11-11 20:12:30 +03:00
|
|
|
|
|
|
|
# Parser stuff
|
|
|
|
parser/raylib_parser
|