No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
Sam Hocevar 8ae60adef4 imgui: update submodule to latest docking branch. hace 7 años
..
bullet3 @ c993175a58 Update bullet, imgui and pegtl submodules. hace 7 años
imgui @ 13a5f5ba8b imgui: update submodule to latest docking branch. hace 7 años
lua @ e1f1119539 Switch to upstream Lua master branch. hace 7 años
mingw-std-threads @ 10665829da Update pegtl and mingw-std-threads submodules. hace 8 años
pegtl @ 5e11b893fa Update bullet, imgui and pegtl submodules. hace 7 años
Makefile.am Update 3rd party modules and fix build. hace 7 años
README.md Fix build with Visual Studio 2017. hace 8 años
lol-bullet.am bullet: update submodule revision. hace 7 años
lol-bullet.vcxproj bullet: update submodule revision. hace 7 años
lol-bullet.vcxproj.filters build: move Bullet to a submodule hace 10 años
lol-imgui.am Update 3rd party modules and fix build. hace 7 años
lol-lua.am Switch to upstream Lua master branch. hace 7 años
lol-lua.vcxproj Switch to upstream Lua master branch. hace 7 años
lol-lua.vcxproj.filters Switch to upstream Lua master branch. hace 7 años
lol-mingw-std-threads.am build: clean up “make dist” rules. hace 9 años
lol-pegtl.am Update bullet, imgui and pegtl submodules. hace 7 años

README.md

Generate vcxproj for Bullet:

cat lol-bullet.am | \
    awk '/bullet_source/ { print "  <ItemGroup>" } \
         /NULL/ { print "  </ItemGroup>" } \
         /bullet3.*\.(c|cpp)\>/ { print "    <ClCompile Include=\""$1"\" />" } \
         /bullet3.*\.(h|hpp|cl)\>/ { print "    <ClInclude Include=\""$1"\" />" }'