Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Releases: quiverteam/Engine

Auto Build 460 - upcoming - 20200719.5

19 Jul 23:09
Compare
Choose a tag to compare
Pre-release

Changes:

  • ee5c1c1 [public] Fixed mstudiotexture_t
  • bd06b2f thirdpartylegalnotices.txt
  • 7c37898 [game] Ported precipitation code from ASW
  • 7459496 [dmxloader] Partial support for newer dmx versions
  • 1523cb6 [stdshaders] Fixed luminance_compare shader
  • e572721 [public] Partial support for animations enconded by frame per bone, no frame interpolation
  • a4c9e7b [server] Fixed entity inputs on newer maps
  • 581837a [server] Added overload of nexttoken() to allow for more than 1 separator
  • 9ef59bf [vstdlib] Fixed CThreadPool::YieldWait
  • 1a732a5 [mdllib] Fixed renamed members
See More
  • 1f28c2f [datacache] Support for models on 64bits
  • c655d25 [datacache] Same as previous commit
  • f9f037b [datacache] Fixed async info index truncation on 64bits
  • 2e6c507 [tier0] Fixed _InterlockedCompareExchange128 call
  • b7b40bd [tier1] Added constructor for KeyValues
  • 793a370 [materialsystem] Fixed ShaderAPITextureHandle_t, VertexShader_t, PixelShader_t definitions for 64 bits
  • d44faba [vgui2] Fixed VPANEL type definition
  • 68d5304 [stdshader_dx9] Fixed qpc
  • 363e729 [shaderapidx9] Fixed qpc
  • 7b37bcc [studiorender] Disabled asm on ComputeSkinMatrixSSE for 64bits
  • a86b1c1 [vgui2] Fixed qpc, SetWindowLong calls and va_argByIndex
  • 41f71d1 [vgui_surfacelib & vguimatsurface] Fixed qpc for 64bits
  • f82844a [bitmap & vtf] Disabled code related to texture conversion on 64bits due to missing libs
  • 977e351 Merge branch 'upcoming' into 64bit
  • 22129cf [server] fix entity fixup in maps, or "classname missing from entity" error
  • e55df47 Merge branch 'upcoming' into 64bit
  • 7193ec0 [qpc] Updated to lastest version
  • 5fa45a2 [MaterialSystem] Windows check and reverted ColorCorrectionHandle_t change
  • 5dc5cf2 [MaterialSystem] Fixed ColorCorrectionHandle_t and disabled FastCopy on 64bits
  • 01238af [filesystem_stdio] Removed _USE_32BIT_TIME_T
  • abde825 [tier0] Fixed memory blocks on 64bits
  • 59a2e1c [appframework] qpc, changed $WIN32 to $WINDOWS
  • c5c121d [vgui_controls] Fixed __virtual_inheritance for Panel on WIN64
  • 04f969b [tier0] Fixed PLATFORM_SUBDIR redefinition
  • de6ba05 [Warnings] Fix a bunch of little warnings
  • 6cbc955 [qpc scripts VS] copy output files instead of using output_file
  • 93c48c7 [utils] Fix for utils due to prop_static changes
  • 534b7ea [pet and sampletool] Fix projects not using base_tool.qpc
  • 7e8b56f [engine] Partial support for bsp version 21
  • ef0a8e2 [filesystem] Fixed offset for files with preload data
  • bf49d24 [warnings] Fix a bunch of warnings
  • 61a57e5 [base_vstudio.qpc] Ignore C4100 for now
  • 46def25 [datamap.h] Cast offsetof to int
  • 006dd3b [MapEdit] Remove precompiled header stuff
  • 1391e74 [filesystem] Implemented preload data support for VPKs
  • 3141b10 [qpc scripts] Fix Dependencies, Remove dependency_paths
  • 78766ec [qpc] Update QPC to latest
  • 30a9c84 [base_tool] Fix build error with Mapedit
  • a860a52 Add scripts for qpc project generation on Linux
  • 06bc109 [qpc] update to latest upcoming qpc, update many qpc scripts for it
  • bcfb8a7 [general] remove pyvpc batch scripts, pyvpc was removed a bit ago
  • 30020b8 [qpc] update to latest version of qpc
  • 165d377 [qpc] forgot to remove some files and libs from tools/commedit/commedit.qpc
  • 0873d1a [qpc] remove src/tools/actbusy/actbusy - Copy.qpc
  • 002efcd [qpc] add base_tool.qpc and have all engine tools use that
  • 4afb45e [vphysics] add a marker to the logging functions so it's more obvious when bullet is reporting things
  • d429940 [vphysics] add crappy debug velocity indicator
  • 32c9427 [vphysics] Added a small debug overlay
  • 9d6bdee [vphysics] added step functionality
  • 7ad34bc Update .gitignore
  • 10355af [vphysics] Added some vprof budget groups
  • e46e24a Merge branch 'upcoming' of https://github.com/quiverteam/Quiver into upcoming
  • 4d4b65c [tier0] Initialize thread id so that vprof doesn't die
  • ed3f8e1 [launcher_main] Free launcher.dll when done with it
  • 9d55fc3 [engine] Fixed Sounds and Steam Client API being initialized on dedicated servers
  • 71c1b86 [vphysics] Added the ability to pause physics simulation
  • 7a0ec75 Merge branch 'upcoming' of https://github.com/quiverteam/Quiver into upcoming
  • f8a7a5d [tools] Add test mapedit tool
  • 76c9bfd [qpc] improve sorting of projects in _groups.qpc_base
  • e98816a [qpc] Add tools to the "everything" group
  • b5aaace Merge branch 'upcoming' of https://github.com/quiverteam/Engine into upcoming
  • 9142ad8 [filesystem] fix absolute paths with wildcards
  • b264769 [engine] fix loading tools
  • fdb6920 [filesystem] fix basebin

This list of changes was auto generated.

Auto Build 432 - upcoming - 20200704.3

04 Jul 23:46
Compare
Choose a tag to compare
Pre-release

Changes:

  • 68d5304 [stdshader_dx9] Fixed qpc
  • 363e729 [shaderapidx9] Fixed qpc
  • 7b37bcc [studiorender] Disabled asm on ComputeSkinMatrixSSE for 64bits
  • a86b1c1 [vgui2] Fixed qpc, SetWindowLong calls and va_argByIndex
  • 41f71d1 [vgui_surfacelib & vguimatsurface] Fixed qpc for 64bits
  • f82844a [bitmap & vtf] Disabled code related to texture conversion on 64bits due to missing libs
  • 977e351 Merge branch 'upcoming' into 64bit
  • 22129cf [server] fix entity fixup in maps, or "classname missing from entity" error
  • e55df47 Merge branch 'upcoming' into 64bit
  • 7193ec0 [qpc] Updated to lastest version
See More
  • 5fa45a2 [MaterialSystem] Windows check and reverted ColorCorrectionHandle_t change
  • 5dc5cf2 [MaterialSystem] Fixed ColorCorrectionHandle_t and disabled FastCopy on 64bits
  • 01238af [filesystem_stdio] Removed _USE_32BIT_TIME_T
  • abde825 [tier0] Fixed memory blocks on 64bits
  • 59a2e1c [appframework] qpc, changed $WIN32 to $WINDOWS
  • c5c121d [vgui_controls] Fixed __virtual_inheritance for Panel on WIN64
  • 04f969b [tier0] Fixed PLATFORM_SUBDIR redefinition
  • de6ba05 [Warnings] Fix a bunch of little warnings
  • 6cbc955 [qpc scripts VS] copy output files instead of using output_file
  • 93c48c7 [utils] Fix for utils due to prop_static changes
  • 534b7ea [pet and sampletool] Fix projects not using base_tool.qpc
  • 7e8b56f [engine] Partial support for bsp version 21
  • ef0a8e2 [filesystem] Fixed offset for files with preload data
  • bf49d24 [warnings] Fix a bunch of warnings
  • 61a57e5 [base_vstudio.qpc] Ignore C4100 for now
  • 46def25 [datamap.h] Cast offsetof to int
  • 006dd3b [MapEdit] Remove precompiled header stuff
  • 1391e74 [filesystem] Implemented preload data support for VPKs
  • 3141b10 [qpc scripts] Fix Dependencies, Remove dependency_paths
  • 78766ec [qpc] Update QPC to latest
  • 30a9c84 [base_tool] Fix build error with Mapedit
  • a860a52 Add scripts for qpc project generation on Linux
  • 06bc109 [qpc] update to latest upcoming qpc, update many qpc scripts for it
  • bcfb8a7 [general] remove pyvpc batch scripts, pyvpc was removed a bit ago
  • 30020b8 [qpc] update to latest version of qpc
  • 165d377 [qpc] forgot to remove some files and libs from tools/commedit/commedit.qpc
  • 0873d1a [qpc] remove src/tools/actbusy/actbusy - Copy.qpc
  • 002efcd [qpc] add base_tool.qpc and have all engine tools use that
  • 4afb45e [vphysics] add a marker to the logging functions so it's more obvious when bullet is reporting things
  • d429940 [vphysics] add crappy debug velocity indicator
  • 32c9427 [vphysics] Added a small debug overlay
  • 9d6bdee [vphysics] added step functionality
  • 7ad34bc Update .gitignore
  • 10355af [vphysics] Added some vprof budget groups
  • e46e24a Merge branch 'upcoming' of https://github.com/quiverteam/Quiver into upcoming
  • 4d4b65c [tier0] Initialize thread id so that vprof doesn't die
  • ed3f8e1 [launcher_main] Free launcher.dll when done with it
  • 9d55fc3 [engine] Fixed Sounds and Steam Client API being initialized on dedicated servers
  • 71c1b86 [vphysics] Added the ability to pause physics simulation
  • 7a0ec75 Merge branch 'upcoming' of https://github.com/quiverteam/Quiver into upcoming
  • f8a7a5d [tools] Add test mapedit tool
  • 76c9bfd [qpc] improve sorting of projects in _groups.qpc_base
  • e98816a [qpc] Add tools to the "everything" group
  • b5aaace Merge branch 'upcoming' of https://github.com/quiverteam/Engine into upcoming
  • 9142ad8 [filesystem] fix absolute paths with wildcards
  • b264769 [engine] fix loading tools
  • fdb6920 [filesystem] fix basebin

This list of changes was auto generated.

Auto Build 429 - upcoming - 20200703.4

03 Jul 23:18
Compare
Choose a tag to compare
Pre-release

Changes:

  • 7193ec0 [qpc] Updated to lastest version
  • de6ba05 [Warnings] Fix a bunch of little warnings
  • 6cbc955 [qpc scripts VS] copy output files instead of using output_file
  • 93c48c7 [utils] Fix for utils due to prop_static changes
  • 534b7ea [pet and sampletool] Fix projects not using base_tool.qpc
  • 7e8b56f [engine] Partial support for bsp version 21
  • ef0a8e2 [filesystem] Fixed offset for files with preload data
  • bf49d24 [warnings] Fix a bunch of warnings
  • 61a57e5 [base_vstudio.qpc] Ignore C4100 for now
  • 46def25 [datamap.h] Cast offsetof to int
See More
  • 006dd3b [MapEdit] Remove precompiled header stuff
  • 1391e74 [filesystem] Implemented preload data support for VPKs
  • 3141b10 [qpc scripts] Fix Dependencies, Remove dependency_paths
  • 78766ec [qpc] Update QPC to latest
  • 30a9c84 [base_tool] Fix build error with Mapedit
  • a860a52 Add scripts for qpc project generation on Linux
  • 06bc109 [qpc] update to latest upcoming qpc, update many qpc scripts for it
  • bcfb8a7 [general] remove pyvpc batch scripts, pyvpc was removed a bit ago
  • 30020b8 [qpc] update to latest version of qpc
  • 165d377 [qpc] forgot to remove some files and libs from tools/commedit/commedit.qpc
  • 0873d1a [qpc] remove src/tools/actbusy/actbusy - Copy.qpc
  • 002efcd [qpc] add base_tool.qpc and have all engine tools use that
  • 4afb45e [vphysics] add a marker to the logging functions so it's more obvious when bullet is reporting things
  • d429940 [vphysics] add crappy debug velocity indicator
  • 32c9427 [vphysics] Added a small debug overlay
  • 9d6bdee [vphysics] added step functionality
  • 7ad34bc Update .gitignore
  • 10355af [vphysics] Added some vprof budget groups
  • e46e24a Merge branch 'upcoming' of https://github.com/quiverteam/Quiver into upcoming
  • 4d4b65c [tier0] Initialize thread id so that vprof doesn't die
  • ed3f8e1 [launcher_main] Free launcher.dll when done with it
  • 9d55fc3 [engine] Fixed Sounds and Steam Client API being initialized on dedicated servers
  • 71c1b86 [vphysics] Added the ability to pause physics simulation
  • 7a0ec75 Merge branch 'upcoming' of https://github.com/quiverteam/Quiver into upcoming
  • f8a7a5d [tools] Add test mapedit tool
  • 76c9bfd [qpc] improve sorting of projects in _groups.qpc_base
  • e98816a [qpc] Add tools to the "everything" group
  • b5aaace Merge branch 'upcoming' of https://github.com/quiverteam/Engine into upcoming
  • 9142ad8 [filesystem] fix absolute paths with wildcards
  • b264769 [engine] fix loading tools
  • fdb6920 [filesystem] fix basebin

This list of changes was auto generated.

Auto Build 422 - upcoming - 20200630.3

30 Jun 10:38
Compare
Choose a tag to compare
Pre-release

Changes:

  • de6ba05 [Warnings] Fix a bunch of little warnings
  • 6cbc955 [qpc scripts VS] copy output files instead of using output_file
  • 93c48c7 [utils] Fix for utils due to prop_static changes
  • 534b7ea [pet and sampletool] Fix projects not using base_tool.qpc
  • 7e8b56f [engine] Partial support for bsp version 21
  • ef0a8e2 [filesystem] Fixed offset for files with preload data
  • bf49d24 [warnings] Fix a bunch of warnings
  • 61a57e5 [base_vstudio.qpc] Ignore C4100 for now
  • 46def25 [datamap.h] Cast offsetof to int
  • 006dd3b [MapEdit] Remove precompiled header stuff
See More
  • 1391e74 [filesystem] Implemented preload data support for VPKs
  • 3141b10 [qpc scripts] Fix Dependencies, Remove dependency_paths
  • 78766ec [qpc] Update QPC to latest
  • 30a9c84 [base_tool] Fix build error with Mapedit
  • a860a52 Add scripts for qpc project generation on Linux
  • 06bc109 [qpc] update to latest upcoming qpc, update many qpc scripts for it
  • bcfb8a7 [general] remove pyvpc batch scripts, pyvpc was removed a bit ago
  • 30020b8 [qpc] update to latest version of qpc
  • 165d377 [qpc] forgot to remove some files and libs from tools/commedit/commedit.qpc
  • 0873d1a [qpc] remove src/tools/actbusy/actbusy - Copy.qpc
  • 002efcd [qpc] add base_tool.qpc and have all engine tools use that
  • 4afb45e [vphysics] add a marker to the logging functions so it's more obvious when bullet is reporting things
  • d429940 [vphysics] add crappy debug velocity indicator
  • 32c9427 [vphysics] Added a small debug overlay
  • 9d6bdee [vphysics] added step functionality
  • 7ad34bc Update .gitignore
  • 10355af [vphysics] Added some vprof budget groups
  • e46e24a Merge branch 'upcoming' of https://github.com/quiverteam/Quiver into upcoming
  • 4d4b65c [tier0] Initialize thread id so that vprof doesn't die
  • ed3f8e1 [launcher_main] Free launcher.dll when done with it
  • 9d55fc3 [engine] Fixed Sounds and Steam Client API being initialized on dedicated servers
  • 71c1b86 [vphysics] Added the ability to pause physics simulation
  • 7a0ec75 Merge branch 'upcoming' of https://github.com/quiverteam/Quiver into upcoming
  • f8a7a5d [tools] Add test mapedit tool
  • 76c9bfd [qpc] improve sorting of projects in _groups.qpc_base
  • e98816a [qpc] Add tools to the "everything" group
  • b5aaace Merge branch 'upcoming' of https://github.com/quiverteam/Engine into upcoming
  • 9142ad8 [filesystem] fix absolute paths with wildcards
  • b264769 [engine] fix loading tools
  • fdb6920 [filesystem] fix basebin

This list of changes was auto generated.

Auto Build 421 - upcoming - 20200630.2

30 Jun 09:26
Compare
Choose a tag to compare
Pre-release

Changes:

  • 6cbc955 [qpc scripts VS] copy output files instead of using output_file
  • 93c48c7 [utils] Fix for utils due to prop_static changes
  • 534b7ea [pet and sampletool] Fix projects not using base_tool.qpc
  • 7e8b56f [engine] Partial support for bsp version 21
  • ef0a8e2 [filesystem] Fixed offset for files with preload data
  • bf49d24 [warnings] Fix a bunch of warnings
  • 61a57e5 [base_vstudio.qpc] Ignore C4100 for now
  • 46def25 [datamap.h] Cast offsetof to int
  • 006dd3b [MapEdit] Remove precompiled header stuff
  • 1391e74 [filesystem] Implemented preload data support for VPKs
See More
  • 3141b10 [qpc scripts] Fix Dependencies, Remove dependency_paths
  • 78766ec [qpc] Update QPC to latest
  • 30a9c84 [base_tool] Fix build error with Mapedit
  • a860a52 Add scripts for qpc project generation on Linux
  • 06bc109 [qpc] update to latest upcoming qpc, update many qpc scripts for it
  • bcfb8a7 [general] remove pyvpc batch scripts, pyvpc was removed a bit ago
  • 30020b8 [qpc] update to latest version of qpc
  • 165d377 [qpc] forgot to remove some files and libs from tools/commedit/commedit.qpc
  • 0873d1a [qpc] remove src/tools/actbusy/actbusy - Copy.qpc
  • 002efcd [qpc] add base_tool.qpc and have all engine tools use that
  • 4afb45e [vphysics] add a marker to the logging functions so it's more obvious when bullet is reporting things
  • d429940 [vphysics] add crappy debug velocity indicator
  • 32c9427 [vphysics] Added a small debug overlay
  • 9d6bdee [vphysics] added step functionality
  • 7ad34bc Update .gitignore
  • 10355af [vphysics] Added some vprof budget groups
  • e46e24a Merge branch 'upcoming' of https://github.com/quiverteam/Quiver into upcoming
  • 4d4b65c [tier0] Initialize thread id so that vprof doesn't die
  • ed3f8e1 [launcher_main] Free launcher.dll when done with it
  • 9d55fc3 [engine] Fixed Sounds and Steam Client API being initialized on dedicated servers
  • 71c1b86 [vphysics] Added the ability to pause physics simulation
  • 7a0ec75 Merge branch 'upcoming' of https://github.com/quiverteam/Quiver into upcoming
  • f8a7a5d [tools] Add test mapedit tool
  • 76c9bfd [qpc] improve sorting of projects in _groups.qpc_base
  • e98816a [qpc] Add tools to the "everything" group
  • b5aaace Merge branch 'upcoming' of https://github.com/quiverteam/Engine into upcoming
  • 9142ad8 [filesystem] fix absolute paths with wildcards
  • b264769 [engine] fix loading tools
  • fdb6920 [filesystem] fix basebin

This list of changes was auto generated.

Auto Build 420 - upcoming - 20200630.1

30 Jun 04:22
Compare
Choose a tag to compare
Pre-release

Changes:

  • 93c48c7 [utils] Fix for utils due to prop_static changes
  • 534b7ea [pet and sampletool] Fix projects not using base_tool.qpc
  • 7e8b56f [engine] Partial support for bsp version 21
  • ef0a8e2 [filesystem] Fixed offset for files with preload data
  • bf49d24 [warnings] Fix a bunch of warnings
  • 61a57e5 [base_vstudio.qpc] Ignore C4100 for now
  • 46def25 [datamap.h] Cast offsetof to int
  • 006dd3b [MapEdit] Remove precompiled header stuff
  • 1391e74 [filesystem] Implemented preload data support for VPKs
  • 3141b10 [qpc scripts] Fix Dependencies, Remove dependency_paths
See More
  • 78766ec [qpc] Update QPC to latest
  • 30a9c84 [base_tool] Fix build error with Mapedit
  • a860a52 Add scripts for qpc project generation on Linux
  • 06bc109 [qpc] update to latest upcoming qpc, update many qpc scripts for it
  • bcfb8a7 [general] remove pyvpc batch scripts, pyvpc was removed a bit ago
  • 30020b8 [qpc] update to latest version of qpc
  • 165d377 [qpc] forgot to remove some files and libs from tools/commedit/commedit.qpc
  • 0873d1a [qpc] remove src/tools/actbusy/actbusy - Copy.qpc
  • 002efcd [qpc] add base_tool.qpc and have all engine tools use that
  • 4afb45e [vphysics] add a marker to the logging functions so it's more obvious when bullet is reporting things
  • d429940 [vphysics] add crappy debug velocity indicator
  • 32c9427 [vphysics] Added a small debug overlay
  • 9d6bdee [vphysics] added step functionality
  • 7ad34bc Update .gitignore
  • 10355af [vphysics] Added some vprof budget groups
  • e46e24a Merge branch 'upcoming' of https://github.com/quiverteam/Quiver into upcoming
  • 4d4b65c [tier0] Initialize thread id so that vprof doesn't die
  • ed3f8e1 [launcher_main] Free launcher.dll when done with it
  • 9d55fc3 [engine] Fixed Sounds and Steam Client API being initialized on dedicated servers
  • 71c1b86 [vphysics] Added the ability to pause physics simulation
  • 7a0ec75 Merge branch 'upcoming' of https://github.com/quiverteam/Quiver into upcoming
  • f8a7a5d [tools] Add test mapedit tool
  • 76c9bfd [qpc] improve sorting of projects in _groups.qpc_base
  • e98816a [qpc] Add tools to the "everything" group
  • b5aaace Merge branch 'upcoming' of https://github.com/quiverteam/Engine into upcoming
  • 9142ad8 [filesystem] fix absolute paths with wildcards
  • b264769 [engine] fix loading tools
  • fdb6920 [filesystem] fix basebin

This list of changes was auto generated.

Auto Build 415 - upcoming - 20200629.1

29 Jun 05:04
Compare
Choose a tag to compare
Pre-release

Changes:

  • bf49d24 [warnings] Fix a bunch of warnings
  • 61a57e5 [base_vstudio.qpc] Ignore C4100 for now
  • 46def25 [datamap.h] Cast offsetof to int
  • 006dd3b [MapEdit] Remove precompiled header stuff
  • 1391e74 [filesystem] Implemented preload data support for VPKs
  • 3141b10 [qpc scripts] Fix Dependencies, Remove dependency_paths
  • 78766ec [qpc] Update QPC to latest
  • 30a9c84 [base_tool] Fix build error with Mapedit
  • a860a52 Add scripts for qpc project generation on Linux
  • 06bc109 [qpc] update to latest upcoming qpc, update many qpc scripts for it
See More
  • bcfb8a7 [general] remove pyvpc batch scripts, pyvpc was removed a bit ago
  • 30020b8 [qpc] update to latest version of qpc
  • 165d377 [qpc] forgot to remove some files and libs from tools/commedit/commedit.qpc
  • 0873d1a [qpc] remove src/tools/actbusy/actbusy - Copy.qpc
  • 002efcd [qpc] add base_tool.qpc and have all engine tools use that
  • 4afb45e [vphysics] add a marker to the logging functions so it's more obvious when bullet is reporting things
  • d429940 [vphysics] add crappy debug velocity indicator
  • 32c9427 [vphysics] Added a small debug overlay
  • 9d6bdee [vphysics] added step functionality
  • 7ad34bc Update .gitignore
  • 10355af [vphysics] Added some vprof budget groups
  • e46e24a Merge branch 'upcoming' of https://github.com/quiverteam/Quiver into upcoming
  • 4d4b65c [tier0] Initialize thread id so that vprof doesn't die
  • ed3f8e1 [launcher_main] Free launcher.dll when done with it
  • 9d55fc3 [engine] Fixed Sounds and Steam Client API being initialized on dedicated servers
  • 71c1b86 [vphysics] Added the ability to pause physics simulation
  • 7a0ec75 Merge branch 'upcoming' of https://github.com/quiverteam/Quiver into upcoming
  • f8a7a5d [tools] Add test mapedit tool
  • 76c9bfd [qpc] improve sorting of projects in _groups.qpc_base
  • e98816a [qpc] Add tools to the "everything" group
  • b5aaace Merge branch 'upcoming' of https://github.com/quiverteam/Engine into upcoming
  • 9142ad8 [filesystem] fix absolute paths with wildcards
  • b264769 [engine] fix loading tools
  • fdb6920 [filesystem] fix basebin

This list of changes was auto generated.

Auto Build 414 - upcoming - 20200628.6

29 Jun 00:01
Compare
Choose a tag to compare
Pre-release

Changes:

  • 006dd3b [MapEdit] Remove precompiled header stuff
  • 1391e74 [filesystem] Implemented preload data support for VPKs
  • 3141b10 [qpc scripts] Fix Dependencies, Remove dependency_paths
  • 78766ec [qpc] Update QPC to latest
  • 30a9c84 [base_tool] Fix build error with Mapedit
  • a860a52 Add scripts for qpc project generation on Linux
  • 06bc109 [qpc] update to latest upcoming qpc, update many qpc scripts for it
  • bcfb8a7 [general] remove pyvpc batch scripts, pyvpc was removed a bit ago
  • 30020b8 [qpc] update to latest version of qpc
  • 165d377 [qpc] forgot to remove some files and libs from tools/commedit/commedit.qpc
See More

This list of changes was auto generated.

Auto Build 413 - upcoming - 20200628.5

28 Jun 21:09
Compare
Choose a tag to compare
Pre-release

Changes:

  • 1391e74 [filesystem] Implemented preload data support for VPKs
  • 3141b10 [qpc scripts] Fix Dependencies, Remove dependency_paths
  • 78766ec [qpc] Update QPC to latest
  • 30a9c84 [base_tool] Fix build error with Mapedit
  • a860a52 Add scripts for qpc project generation on Linux
  • 06bc109 [qpc] update to latest upcoming qpc, update many qpc scripts for it
  • bcfb8a7 [general] remove pyvpc batch scripts, pyvpc was removed a bit ago
  • 30020b8 [qpc] update to latest version of qpc
  • 165d377 [qpc] forgot to remove some files and libs from tools/commedit/commedit.qpc
  • 0873d1a [qpc] remove src/tools/actbusy/actbusy - Copy.qpc
See More

This list of changes was auto generated.

Auto Build 411 - upcoming - 20200628.3

28 Jun 10:53
Compare
Choose a tag to compare
Pre-release

Changes:

  • 3141b10 [qpc scripts] Fix Dependencies, Remove dependency_paths
  • 78766ec [qpc] Update QPC to latest
  • 30a9c84 [base_tool] Fix build error with Mapedit
  • a860a52 Add scripts for qpc project generation on Linux
  • 06bc109 [qpc] update to latest upcoming qpc, update many qpc scripts for it
  • bcfb8a7 [general] remove pyvpc batch scripts, pyvpc was removed a bit ago
  • 30020b8 [qpc] update to latest version of qpc
  • 165d377 [qpc] forgot to remove some files and libs from tools/commedit/commedit.qpc
  • 0873d1a [qpc] remove src/tools/actbusy/actbusy - Copy.qpc
  • 002efcd [qpc] add base_tool.qpc and have all engine tools use that
See More

This list of changes was auto generated.