Historique des commits

Auteur SHA1 Message Date
  Ivan Safrin bdf8aa5a46 Added constraint remove support to 3D physics scene il y a 12 ans
  Ivan Safrin bf46667536 Fixed projection matrix not being set correctly in the renderer, sped up returning entities from 3d physics collisions il y a 12 ans
  Ivan Safrin d238b1acac UITextInput will only scroll to reveal current line (when typing or in undo/redo operations) only if it's off screen il y a 12 ans
  Ivan Safrin 009e198e25 Added support for context menus in UITextInput, added context menu for text inputs in the IDE il y a 12 ans
  Ivan Safrin 6a4f0a1e17 Improved scrolling in large text files il y a 12 ans
  Ivan Safrin fb61d54dcf Prevented scrollbars from going past limits il y a 12 ans
  Ivan Safrin fcdad51bf1 Calculate word wrap only if width changed on resize il y a 12 ans
  Ivan Safrin 3cf838458d Added Home and End key support to UITextInput il y a 12 ans
  Ivan Safrin ecd40648f2 Tweaked default shaders, re-enabled UITextInput calculating word wrap on setText, added debug printout to polyimport il y a 12 ans
  Ivan Safrin c66d89ef7b Disconnect debugger in Windows player on quit il y a 12 ans
  Ivan Safrin f3f3487ef3 Added missing resource files to windows IDE build il y a 12 ans
  Ivan Safrin e2a146f45a Removed rc files from gitignore, added missing rc file to repo il y a 12 ans
  Ivan Safrin 838f415b7a Added icons to IDE and the player in windows. Made the IDE create file associations for the IDE and the player on launch. Made the IDE a single instance applications and implemented opening files in the running instance. Added (hacky) support for WM_COPYDATA string passing in Windows core. il y a 12 ans
  Ivan Safrin 4966c24025 Made IDE project always copy files. Added find option and shortcut to the menu, fixed external editor not opening paths with spaces on windows, fixed publishing on windows il y a 12 ans
  Ivan Safrin d9d0f4bd4c Merge pull request #365 from dbstone/master il y a 12 ans
  Ivan Safrin bbcd0e9307 Merge pull request #367 from christopherreed/luadoc-note-disable_gc il y a 12 ans
  Ivan Safrin bbc056c02b Merge pull request #366 from christopherreed/fix-removeFile-crash il y a 12 ans
  Ivan Safrin 97373207cb Fixed delete key in UITextInput il y a 12 ans
  Ivan Safrin 8e8b88df50 Merge pull request #361 from MattTuttle/deleteKey il y a 12 ans
  Ivan Safrin f5bd2323ff Merge pull request #358 from mcclure/texturecrash il y a 12 ans
  Ivan Safrin f09dee97ab Made sure cursor gets set to arrow when modal dialogs are shown in the IDE and on entering top background il y a 12 ans
  Ivan Safrin ff3db48c98 Merge branch 'master' of https://github.com/ivansafrin/Polycode il y a 12 ans
  Ivan Safrin 8b7f8e37cd Fixed doubleclick to select word in UITextInput il y a 12 ans
  Ivan Safrin b7dc5f4275 Decoupled block highlighting from regular syntax highlighting to speed up block comments in large chunks of text. il y a 12 ans
  Ivan Safrin 1d14f987c6 Focus now gets reset when a modal window is shown in the IDE il y a 12 ans
  Ivan Safrin 201594023a Implemented UITextInput::setTextDiff, Undo/Redo now use setTextDiff, greatly speeding up undo/redo operations on large files il y a 12 ans
  Ivan Safrin 75dc35dfa8 UITextInput now only re-renders labels for affected lines, not entire view buffer il y a 12 ans
  Christopher Reed 8b39189581 Use 'class_notes' tag to indicate non-gc'd classes in generated Lua documentation. il y a 12 ans
  Christopher Reed b854d19bd2 Implement 'class_notes' tag for generated Lua documentation. il y a 12 ans
  Ivan Safrin b0414acadf Fixed single line text fields, fixed selection with keys, fixed pasting multiple lines into single line text inputs il y a 12 ans