This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class functor { | |
public: | |
functor(SomeType* ths) { | |
pthis = ths; | |
} | |
void operator()(int p1) { | |
pthis->SomeFunction(p1) | |
} | |
private: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Instance folder is: | |
E:\Personal\Documents\minecraft\instances\main\minecraft\ | |
Instance started with command: | |
"C:\Program Files\Java\jre7\bin\java.exe" -Xms8192m -Xmx8192m -jar MultiMCLauncher.jar "Demos" "f9c36c25a9548dc82ec1e81dbeb3a14c7f660088" "MultiMC: main" "854x480" "Mojang" | |
Loading jars... | |
Loading URL: file:/E:/Personal/Documents/minecraft/instances/main/minecraft/bin/minecraft.jar | |
Loading URL: file:/E:/Personal/Documents/minecraft/instances/main/minecraft/bin/lwjgl.jar | |
Loading URL: file:/E:/Personal/Documents/minecraft/instances/main/minecraft/bin/lwjgl_util.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
main_hall_init() was passed a blank mainhall name, loading first available mainhall. | |
ntdll.dll! ZwWaitForSingleObject + 12 bytes | |
KERNELBASE.dll! WaitForSingleObject + 18 bytes | |
fs2_open_3_6_17_DEBUG_SSE2_BP.exe! SCP_DumpStack + 354 bytes | |
fs2_open_3_6_17_DEBUG_SSE2_BP.exe! Warning + 495 bytes | |
fs2_open_3_6_17_DEBUG_SSE2_BP.exe! main_hall_init + 217 bytes | |
fs2_open_3_6_17_DEBUG_SSE2_BP.exe! game_enter_state + 403 bytes | |
fs2_open_3_6_17_DEBUG_SSE2_BP.exe! gameseq_set_state + 310 bytes | |
fs2_open_3_6_17_DEBUG_SSE2_BP.exe! game_process_event + 134 bytes | |
fs2_open_3_6_17_DEBUG_SSE2_BP.exe! gameseq_process_events + 152 bytes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
========================================================================== | |
DEBUG SPEW: No debug_filter.cfg found, so only general, error, and warning | |
categories can be shown and no debug_filter.cfg info will be saved. | |
========================================================================== | |
FreeSpace 2 Open version: 3.6.17.9481 | |
Passed cmdline options: | |
-mod blueplanet,mediavps_3612 | |
Building file index... | |
Found root pack 'C:\GOG Games\Freespace 2\blueplanet\adv-bp.vp' with a checksum of 0x6e9d550d | |
Found root pack 'C:\GOG Games\Freespace 2\blueplanet\bp-audio1.vp' with a checksum of 0x53c3080c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
========================================================================== | |
DEBUG SPEW: No debug_filter.cfg found, so only general, error, and warning | |
categories can be shown and no debug_filter.cfg info will be saved. | |
========================================================================== | |
FreeSpace 2 Open version: 3.6.17.9481 | |
Passed cmdline options: | |
-mod blueplanet2,blueplanet,mediavps_3612 | |
-fullscreen_window | |
Building file index... | |
Found root pack 'C:\GOG Games\Freespace 2\blueplanet2\adv-bp2.vp' with a checksum of 0x4d6319c8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
========================================================================== | |
DEBUG SPEW: No debug_filter.cfg found, so only general, error, and warning | |
categories can be shown and no debug_filter.cfg info will be saved. | |
========================================================================== | |
FreeSpace 2 Open version: 3.6.19 | |
Passed cmdline options: | |
-missile_lighting | |
-3dshockwave | |
-soft_particles | |
-post_process |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1> DebuggingServer.cpp | |
1>..\..\..\source\scriptinterface\DebuggingServer.cpp(53): error C2678: binary '<<' : no operator found which takes a left-hand operand of type 'std::basic_ostream<char,std::char_traits<char>>' (or there is no acceptable conversion) | |
1> C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\ostream(498): could be 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::operator <<(std::basic_streambuf<char,std::char_traits<char>> *)' | |
1> C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\ostream(478): or 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::operator <<(const void *)' | |
1> C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\ostream(458): or 'std::basic_ostream<char,std::char_traits<char>> &std::basic_ostream<char,std::char_traits<char>>::operator <<(long double)' | |
1> C:\Program Files (x86)\Microsoft Visual Studi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if(foo) { | |
docrap; | |
if(bar) { | |
domore | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type TVert = tuple | |
pos: vec3 | |
norm: vec3 | |
uv: vec2 | |
type TMVP = tuple | |
model: mat4x4 | |
view: mat4x4 | |
proj:mat4x4 | |
type TVSOut = tuple | |
uv: vec2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import macros | |
macro test(s: stmt): stmt = | |
result = quote do: | |
discard $i | |
test: | |
proc addNums(x: int, y:int): int = x + y |
OlderNewer