Sam Hocevar
3db14cd669
win64: various VS 2015 build fixes.
9 лет назад
Sam Hocevar
f1c34b8660
lua: import lua 5.3.3 source (was 5.2.1).
9 лет назад
Sam Hocevar
bd96cfeb51
Add LuaLoader::Find() helper to find the state’s loader.
9 лет назад
Sam Hocevar
861568b146
misc: some cleanup in files, including UTF-8 BOM.
11 лет назад
Sam Hocevar
03c17fcae4
base: clean up and refactor containers.
The containers no longer force the user to use the ptrdiff_t type for
size information. For convenience, size() now always returns an int,
and the size_s() method offers a way to handle arrays with more than
2 billion elements. Internally, we still use ptrdiff_t, though.
Since so much code had to be changed, I took the opportunity to get
rid of capitalised accessors for classes that are lowercase.
11 лет назад
Sam Hocevar
98ad45046f
lua: disable 64-bit integer setters.
Lua only supports the "double" type for now, so storing a 64-bit integer
would lose information unless it's encapsulated in a more complex type.
I prefer to disable these accessors for now.
11 лет назад
Benjamin ‘Touky’ Huet
73f729d2ef
MeshViewer refactor is on good way
Reworked Primitive logic for scene rendering
FileUpdateTester works now .....
11 лет назад
Sam Hocevar
2b4d3318d6
Fix a race condition in the file watcher and a few compilation warnings.
11 лет назад
Benjamin ‘Touky’ Huet
3f167f2f1d
ImGui 1.37
MeshViewer first pass
11 лет назад
Sam Hocevar
d97087fc8b
lua: fix compilation issues.
11 лет назад
Benjamin ‘Touky’ Huet
bd9fddc5d9
Split Tileset in TextureImage -> Tileset
Added Texture (by image) update in TextureImage (and tileset)
Added lolimgui first integration pass
11 лет назад
Benjamin ‘Touky’ Huet
9c07e8c2e0
Added Thread classes
Added InputProfile in Controller
Added ExecLuaCode
11 лет назад
Benjamin ‘Touky’ Huet
a8c3a80eb1
Add color var in lua
Add SafeEnum var in lua
MeshViewer SceneSetup is operational
Added imGui to vs-solution, not implemented yet
11 лет назад
Benjamin ‘Touky’ Huet
8222295f3b
2nd pass on Lua integration.
First pass on EzMesh integration (doesn't work yet)
11 лет назад
Benjamin ‘Touky’ Huet
106a7632d1
Small folders tweaks
11 лет назад
Benjamin ‘Touky’ Huet
baae344fc2
lua property get/set added, not as nice as I wished, but working.
11 лет назад
Benjamin ‘Touky’ Huet
77c0ae241b
tidied up the lua tutorial
11 лет назад
Benjamin ‘Touky’ Huet
77420f6b55
small lua code refactor
11 лет назад
Benjamin ‘Touky’ Huet
cf888d721d
3rd pass on lua classes. It works now. It's ..... ALIIIIIIVE
11 лет назад
Lolbot
e4098f0db7
fixed 5 files out of 4252:
- removed 147 CR characters
- removed 1 trailing whitespaces
- replaced 0 tabs with spaces
- fixed 5 svn:eol-style properties
11 лет назад
Benjamin ‘Touky’ Huet
0ac33c2da2
Lua integration second pass. Still doesn't work, though.
11 лет назад
Benjamin ‘Touky’ Huet
41da69ba68
Remove defines. It still crashes though.
11 лет назад
Benjamin ‘Touky’ Huet
596e74c78c
Added first pass for Base Lua setup
11 лет назад