# # ChangeLog for trunk/win32/editor.vcxproj # # Generated by Trac 1.2.2 # May 18, 2022, 8:49:58 AM Tue, 08 Feb 2011 18:32:51 GMT sam [614] * trunk/win32/Contribs.props (modified) * trunk/win32/deushax.vcxproj (modified) * trunk/win32/editor.vcxproj (modified) * trunk/win32/monsterz.vcxproj (modified) Copy all necessary DLLs to the target dir after a successful build. Tue, 01 Feb 2011 13:20:43 GMT sam [327] * trunk/deushax/gtk/editor.cpp (modified) * trunk/win32/Contribs.props (added) * trunk/win32/deushax.vcxproj (modified) * trunk/win32/editor.vcxproj (copied) * trunk/win32/editor.vcxproj.filters (added) * trunk/win32/lolengine.sln (modified) * trunk/win32/monsterz.vcxproj (modified) Add all the bells and whistles needed for GTK+ compilation on Win32. Mon, 31 Jan 2011 01:50:48 GMT sam [312] * trunk/monsterz/board.h (modified) * trunk/monsterz/game.h (modified) * trunk/monsterz/mash.h (modified) * trunk/monsterz/monsterz.h (modified) * trunk/monsterz/piece.h (modified) * trunk/src/Makefile.am (modified) * trunk/src/core.h (modified) * trunk/src/worldentity.cpp (added) * trunk/src/worldentity.h (added) * trunk/win32/deushax.vcxproj (modified) * trunk/win32/deushax.vcxproj.filters (modified) * trunk/win32/monsterz.vcxproj (modified) * trunk/win32/monsterz.vcxproj.filters (modified) Create the WorldEntity class, for objects with world coordinates.