Compare commits
No commits in common. "d4ce6ab9eccd68549e96a243ede1678408035a5b" and "5a83381ae168e494cdadd236f796331c7c55c0af" have entirely different histories.
d4ce6ab9ec
...
5a83381ae1
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,8 +4,6 @@
|
||||
!*/
|
||||
!bin/*
|
||||
!Makefile
|
||||
!LICENSE
|
||||
!COPYING
|
||||
|
||||
**/*.exe
|
||||
**/*.html
|
||||
|
@ -22,9 +22,6 @@
|
||||
#define PACKAGE_EXTENSION "btw"
|
||||
|
||||
|
||||
static void pack_contents_modified(char const *path, enum FilewatchAction action);
|
||||
|
||||
|
||||
static SDL_sem *opengl_load_semaphore;
|
||||
|
||||
|
||||
@ -311,8 +308,6 @@ static void resolve_pack_dependencies(const char *pack_name) {
|
||||
if (!PHYSFS_mount(dep_source_path, "/", true))
|
||||
CRY("Cannot load pack", "Nothing is given to work with");
|
||||
|
||||
filewatch_add_directory(dep_source_path, &pack_contents_modified);
|
||||
|
||||
log_info("Pack loaded: %s\n", dep_source.u.s);
|
||||
|
||||
SDL_free(dep_source.u.s);
|
||||
|
22
third-party/tomlc99/LICENSE
vendored
22
third-party/tomlc99/LICENSE
vendored
@ -1,22 +0,0 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) CK Tan
|
||||
https://github.com/cktan/tomlc99
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
Loading…
Reference in New Issue
Block a user