Historie revizí

Autor SHA1 Zpráva Datum
  Ivan Safrin a8e81d54e6 Shaders no longer require unifroms to be declared in the material file and loaded directly from GLSL, fixed a crash in resource manager destructor, added additive blending operation for Color před 12 roky
  Ivan Safrin 838d24257b Merge branch 'default-text-editor' of https://github.com/BitPuffin/Polycode into pullreq_testing před 12 roky
  Ethan M 4effa2eb55 Increased width of file selector by 50 to accommodate path display somewhat. před 12 roky
  Ethan M c8a2a2a53c Added a close file button next to the file selector combobox. před 12 roky
  Ethan M 2226a275ee Initial commit for switching between open editors via the keyboard. Moved file selector update code out of event handler and into updateFileSelector(). Added ability to toggle between project path and file name display in file selector. před 12 roky
  Ethan M 6078bdda1e Added showNext/PreviousEditor() in PolycodeFrame. před 12 roky
  Isak Andersson 9a469f08ba use tabs, not spaces před 12 roky
  Isak Andersson 2f35da6e95 Add a settings window that shows up and has a label for Misc settings před 12 roky
  Ivan Safrin ce9250d76b Made IDE console toggleble. IDE console will show automatically when running project. Replaced console Clear button with an image button. Added console hide button to console. Added getMainWidth and getMainHeight to UI sizers. před 12 roky
  Ethan M 40a52bc301 Clear project title at the top of the IDE if no projects are open. před 12 roky
  Ivan Safrin 8214319cdc Added YES and NO events to UIEvent, added Yes/No/Cancel popup to IDE, IDE will now ask if you want to save file before closing if there are unsaved changes před 12 roky
  Ivan Safrin b6aa9c7ffb Added ability to close open files in the IDE, UIComboBox now resets selected name to None on clearItems(), fixed sprite editor not setting height properly on load před 12 roky
  Henry Maddocks 93a2a92b6b Check for active project before getting it's name. před 13 roky
  Ivan Safrin fcaa4baef6 IDE now displays saved/unsaved status of files, will prompt to save all on run, UIButton will now dispatch click event on Enter press, IDE text editor sets saved/unsaved flag před 13 roky
  Ivan Safrin 2522352a17 Fixed Lua debug reporting in player, made IDE throttle down instead of pausing core on lose focus, added open files dropdown and active project name display to the IDE před 13 roky
  Ivan Safrin 1b7597c4ab Fixed Unicode text rendering, fixed ortho not chaning size if it's been set, new about dialog in IDE, minor IDE tweaks před 13 roky
  Ivan Safrin c8d1c08f26 Numerous windows fixes and windows IDE project před 13 roky
  Ivan Safrin 0cbace3e56 added UIFileDialog, IDE on Linux uses UIFileDialog, added Linux file manipulation methods to SDLCore, fixed OSBasics to properly display root folder on Linux před 13 roky
  Ivan Safrin a6bb676068 New UI theme to match global Polycode redesign, made Cocoa core apply antialiasing on setVideoMode, fixed color creation from hex, made build tool respect vsync and AF settings před 13 roky
  Ivan Safrin 0f8b40abc1 Syntax hilighting theme support and Solarized Dark theme for IDE před 13 roky
  Ivan Safrin 1deeee0ebc Setting window caption in UIWindow, confirmation for file removal in IDE, name popup for new folder před 13 roky
  Ivan Safrin 193e0e2251 UI improvements, Major IDE updates (2D entity editor, bezier curve editor, asset browser), ids and tags for entities, ScreenEntityInstances, binary Object serialization, various bugfixes and improvements across the board, Particle systems no longer require a parent Scene/Screen, Label code rewrite (now aligned to baseline by default), před 13 roky
  Ivan Safrin 2b15068944 Project export window in IDE and Mac export, fixed StandalonePlayer not quitting properly před 13 roky
  Ivan Safrin 6135171126 MAJOR MATERIAL SYSTEM CHANGES: Material properties now defined as shader parameters, shader parameters now created for all materials with default values, textures now must be referenced by full relative paths to resource directories, addArchive can now take folder as parameter. Object changes: string children now set as attributes instead of new nodes in XML. IDE: Basic Material file editor (will only edit/save materials for now) před 13 roky
  Ivan Safrin a5c2354aed Proper player closing procedure on Mac, IDE will disconnect existing clients before launch, proper centering on line highlight před 13 roky
  Ivan Safrin c21ab8e6bb processInputEvents=true NOW REQUIRED for ScreenEntities to hand mouse events down to their children, fixed mouse event blocking settings, UI tweaks před 13 roky
  Ivan Safrin 0f9893adcb Some new UI assets for IDE před 13 roky
  Ivan Safrin 79c3dd8fd0 Complete event sent out on RETURN in UITextInput, basic console for IDE před 13 roky
  Ivan Safrin 507b12fb8e Sizer alignement settings, made IDE console bottom-aligned před 13 roky
  Ivan Safrin 059ea5cac4 Vertical and Horizontal UI sizers, UITree resizes better, made all UI elements sublass UIElement, IDE tree/editor resizing with new UI sizers před 13 roky