index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Bindings
/
LuaWindow.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-06-11
Respect return value of cLuaWindow's OnClicked handler (#4322)
DaPorkchop_
1
-1
/
+2
2018-08-29
Force all headers other than "Globals.h" to be included with relative paths (#4269)
peterbell10
1
-2
/
+2
2017-09-11
Replace ItemCallbacks with lambdas (#3993)
peterbell10
1
-11
/
+4
2017-09-02
Revert "Replace ItemCallbacks with lambdas (#3948)"
LogicParrot
1
-4
/
+11
2017-09-01
Replace ItemCallbacks with lambdas (#3948)
peterbell10
1
-11
/
+4
2017-08-17
Add cLuaWindow OnClicked Callback (#3901)
Lane Kolbly
1
-1
/
+35
2017-06-05
Fixes problems with windows:
Lukas Pioch
1
-0
/
+20
2017-01-09
LuaState: Fixed race condition in ref tracking. (#3529)
Mattes D
1
-1
/
+1
2016-06-27
Converted cLuaState::cCallbackPtr into a UniquePtr.
Mattes D
1
-4
/
+4
2016-06-27
Changed cLuaWindow callbacks to use cLuaState::cCallback.
Mattes D
1
-56
/
+39
2016-03-21
Revert "Lua callback"
Mattes D
1
-39
/
+56
2016-03-17
Changed cLuaWindow callbacks to use cLuaState::cCallback.
Mattes D
1
-56
/
+39
2016-02-05
Bulk clearing of whitespace
LogicParrot
1
-9
/
+9
2015-05-09
CheckBasicStyle: checks spaces around * and &.
Mattes D
1
-3
/
+3
2014-12-17
C++11 and function rename.
Howaner
1
-0
/
+18
2014-10-23
En masse NULL -> nullptr replace
Tiger Wang
1
-7
/
+7
2014-10-20
En masse NULL -> nullptr replace
Tiger Wang
1
-7
/
+7
2014-09-26
Removed a few unnessicary includes
Tycho
1
-1
/
+0
2014-07-17
Normalized comments.
madmaxoft
1
-2
/
+2
2013-12-08
Moved bindings-related to a Bindings subfolder.
madmaxoft
1
-2
/
+2
2013-11-27
Fixed some of tiger's derpyness.
Alexander Harkness
1
-1
/
+1
2013-11-24
Attempt to fix compilation
Tiger Wang
1
-1
/
+1
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-10-28
Renamed cWindow constants to include the "wt" prefix.
madmaxoft
1
-2
/
+2
2013-08-19
Moved entities into the Entities subfolder.
madmaxoft
1
-1
/
+1
2013-08-19
Finished renaming cPlugin_NewLua to cPluginLua.
madmaxoft
1
-3
/
+3
2013-08-18
Fixed LuaWindow destructor causing a crash.
madmaxoft
1
-0
/
+10
2013-08-10
Renamed Plugin_NewLua to PluginLua.
madmaxoft
1
-1
/
+1
2013-08-09
Renamed Plugin_NewLua to PluginLua.
madmaxoft
1
-1
/
+1
2013-07-29
Changed everyting to Unix line endings.
Alexander Harkness
1
-175
/
+175
2013-06-02
LuaWindow: Fixed memory leaks with unclosed windows
madmaxoft@gmail.com
1
-4
/
+4
2013-05-31
Added cLuaWindow:SetOnSlotChanged(); the callback is called only for non-inventory slots
madmaxoft@gmail.com
1
-0
/
+40
2013-05-30
Added the OnClosing callback to cLuaWindow API
madmaxoft@gmail.com
1
-2
/
+46
2013-05-30
LuaWindow: Initial code, the window can be opened, but not much manipulated
madmaxoft@gmail.com
1
-0
/
+91