Version History

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(22 intermediate revisions by one user not shown)
Line 1: Line 1:
 
== Upcoming changes in next version ==
 
== Upcoming changes in next version ==
  
[http://ubersoft.org/forum/viewtopic.php?f=4&t=15 Forum link]
+
Nothing yet
 +
 
 +
 
 +
== Sputnik 0.24 @ 29-11-2014 01:05 AM ==
 +
 
 +
=== Whats New ===
 +
 
 +
* The SputnikWindows.dll is now embedded inside Sputnik.exe and will be automatically enabled if it detects it is being run on windows this does not effect Mac/Linux compatibility one bit
 +
* If you try call a core function by name inside a class where the class has a function with that name the class function will now be called instead (of course the $this->FuncName() was always calling the class function just like $cls->FuncName() so this just changes calls from inside the class)
 +
* FileOpenDialog, FileSaveDialog and FolderSelectDialog now save and load the Current Directory to prevent weird situations where saving the file could change the currently directory causing problems
 +
* Many changes to macros make sure to read Macro page on wiki
 +
* Time() function deleted
 +
* @Epoch macro added to take over from Time() since it does the exact same thing Time() did
 +
* Added Time() again this time it is used to construct a time instance
 +
* Added Date() this is used similar to strftime() in C to create a formatted time
 +
* You can now use List ( @$KeyName ) = $arry; to extract values based on their KEY name instead of just based index like a normal List()
 +
* You can now get class property values by just doing its name like say $prop; you no longer need to do say $this->$prop;
 +
* Fixed a bug with loading/saving text where the encoding would mess up and produce incorrect letters/symbols
 +
 
 +
Known issues in current version:
 +
* IDE compile without console is not currently working so don't use it
  
 
== Sputnik 0.23b3 @ 14-08-2014 10:09 PM ==
 
== Sputnik 0.23b3 @ 14-08-2014 10:09 PM ==

Revision as of 01:05, 29 November 2014

Contents

Upcoming changes in next version

Nothing yet


Sputnik 0.24 @ 29-11-2014 01:05 AM

Whats New

Known issues in current version:

Sputnik 0.23b3 @ 14-08-2014 10:09 PM

Whats New

Sputnik 0.23b2 @ 14-08-2014 02:18 PM

Whats New

Sputnik 0.23b1 @ 12-08-2014 02:23 AM

Whats New

Sputnik 0.23 @ 08-11-2014 05:54 AM

Whats New

Sputnik 0.22 @ 03-21-2014 05:54 AM

Whats New

Sputnik 0.21 @ 09-28-2013 05:26 PM

Whats New

Sputnik 0.20 @ 09-19-2013 10:58 PM

Whats New

Sputnik 0.19 @ 09-16-2013 10:25 PM

Whats New

Sputnik 0.18 @ 09-12-2013 01:42 AM

Whats New

$a = array(); $a[0] = "blah"; $a[1] = $a;

println("C:\\"); // Where as this would fail <-- No longer fails

Sputnik 0.17 @ 08-29-2013 05:49 PM

Whats New

Sputnik 0.16 @ 08-25-2013 07:56 AM

Whats New

Sputnik 0.15 @ 08-25-2013 01:15 AM

Whats New

Lower than 0.15

No information available.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox