Jump to content




[CC1.5]ComputerCraft Emulator V0.57 (February 19th)


  • This topic is locked This topic is locked
399 replies to this topic

#261 JustPingo

  • Members
  • 108 posts
  • LocationFrance

Posted 19 February 2013 - 12:48 AM

Awesome, very powerful and easy to test a program when we don't want to open Minecraft !
Thanks you !

#262 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 19 February 2013 - 12:52 AM

View Post1vannn, on 11 February 2013 - 05:13 PM, said:

If there was a way to port the CC API to the iPhone "TouchLua" app, I would love CC even more.
If it supports you adding in your own api's then I don't see why not, your just going to have to be careful with what you use since some Lua api's/functions are deliberately removed from CC.

View Posttommyroyall, on 18 February 2013 - 02:18 PM, said:

When can we expect the update for 1.5? c:.
At some point in the soonish future.

#263 Xtansia

  • Members
  • 492 posts
  • LocationNew Zealand

Posted 19 February 2013 - 02:49 AM

Just uploaded an update,
The main points in it are:
- Updated to CC1.5
- Updated LWJGL
- Added an emulog api, very simple at the moment, just two functions emulog.log(string) and emulog.clear()
The api is disabled by default, but when enabled all messages passed to emulog.log() get written to the main log file, as well as the most recent messages shown on screen, on screen display is toggled with F3, and there are settings in the config file regarding num of recent messages and width. emulog.clear() clears the recent messages from the onscreen display.

#264 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 19 February 2013 - 02:58 AM

Firstly.... YAY!

Secondly:

View Posttomass1996, on 19 February 2013 - 02:49 AM, said:

- Added an emulog api, very simple at the moment, just two functions emulog.log(string) and emulog.clear()
There is no api for emulog even when its enabled. :(

print(type(emulog)) --> nil

EDIT: Also seems that the http api isn't enabling.

Edited by TheOriginalBIT, 19 February 2013 - 03:21 AM.


#265 remiX

  • Members
  • 2,076 posts
  • LocationSouth Africa

Posted 19 February 2013 - 05:29 AM

Ohh new version :D

View PostTheOriginalBIT, on 19 February 2013 - 02:58 AM, said:

EDIT: Also seems that the http api isn't enabling.

Works for me o.o

#266 Espen

    Curious Explorer

  • Members
  • 708 posts

Posted 19 February 2013 - 05:41 AM

Might I ask where the link to the new version can be found?
I'm just wondering because all I'm seeing on the OP is a link to V0.5 from Oct 23rd.
Or does that actually link to the new version and it's just that the description (as well as the title) haven't been updated yet?
*confused*

#267 Tiin57

    Java Lunatic

  • Members
  • 1,412 posts
  • LocationIndiana, United States

Posted 19 February 2013 - 06:38 AM

View PostEspen, on 19 February 2013 - 05:41 AM, said:

Might I ask where the link to the new version can be found?
I'm just wondering because all I'm seeing on the OP is a link to V0.5 from Oct 23rd.
Or does that actually link to the new version and it's just that the description (as well as the title) haven't been updated yet?
*confused*
I think that the launcher will automatically update the rest.

#268 Cranium

    Ninja Scripter

  • Moderators
  • 4,031 posts
  • LocationLincoln, Nebraska

Posted 19 February 2013 - 06:52 AM

Yes, the launcher should update automagically.
On an unfortunate note, the web version at AfterLifeLochie's website is down earlier than promised. It would be nice to get it back up on any other host if possible.

#269 Xtansia

  • Members
  • 492 posts
  • LocationNew Zealand

Posted 19 February 2013 - 07:58 AM

View PostEspen, on 19 February 2013 - 05:41 AM, said:

Might I ask where the link to the new version can be found?
I'm just wondering because all I'm seeing on the OP is a link to V0.5 from Oct 23rd.
Or does that actually link to the new version and it's just that the description (as well as the title) haven't been updated yet?
*confused*

The launcher will automatically ask if you want to update and download the updated files if you have a previous install.

View PostTheOriginalBIT, on 19 February 2013 - 02:58 AM, said:

Firstly.... YAY!

Secondly:

View Posttomass1996, on 19 February 2013 - 02:49 AM, said:

- Added an emulog api, very simple at the moment, just two functions emulog.log(string) and emulog.clear()
There is no api for emulog even when its enabled. :(

print(type(emulog)) --> nil

EDIT: Also seems that the http api isn't enabling.

Are you enabling before opening a 'computer' / restarting the 'computer' after enabling?

View PostCranium, on 19 February 2013 - 06:52 AM, said:

Yes, the launcher should update automagically.
On an unfortunate note, the web version at AfterLifeLochie's website is down earlier than promised. It would be nice to get it back up on any other host if possible.

The info I got from AfterLifeLochie is that traffic seemingly dropped right off and so he took it down early :S
Believe me I'm trying to get it hosted somewhere else :)

#270 Espen

    Curious Explorer

  • Members
  • 708 posts

Posted 19 February 2013 - 08:02 AM

View Posttiin57, on 19 February 2013 - 06:38 AM, said:

I think that the launcher will automatically update the rest.

View Posttomass1996, on 19 February 2013 - 07:58 AM, said:

The launcher will automatically ask if you want to update and download the updated files if you have a previous install.

Ah I see, thanks for clearing that up. ^_^

Edited by Espen, 19 February 2013 - 08:04 AM.


#271 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 19 February 2013 - 07:15 PM

Ok so it was just me derping and it being late and all. but its all now working fine :)

thanx for doing emulog :) tis awesome :)

Next 2 3 4 Request:

— Multiple instances of the same computer id
— Compatibility mode, (this would be nice! being able to turn back to CC1.3 to make sure the scripts still work and such)
EDIT: Change the text colour in the menu bar to white, its a colour clashing nightmare :P
EDIT: <Original idea LBPHacker> <Quote Cranium> It would be nice to be able to customize the shortcuts. This would make it easier for everyone.

:D

Edited by TheOriginalBIT, 21 February 2013 - 03:09 AM.


#272 NeverCast

  • Members
  • 400 posts
  • LocationChristchurch, New Zealand

Posted 19 February 2013 - 07:32 PM

I love the Emulator from Bottom to just under the top.
The menu... Well It's nice that you're using some Swing/AWT Style.. But It looks horrible on my system. Dark text and such.
Can we have a ccemu option for 'oldMenu=true'
PLEASSSSEEE!

I can hardly even read the text on it.

#273 Xtansia

  • Members
  • 492 posts
  • LocationNew Zealand

Posted 19 February 2013 - 09:59 PM

Just uploaded another update fixing the gui style C:

#274 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 19 February 2013 - 10:15 PM

View Posttomass1996, on 19 February 2013 - 09:59 PM, said:

Just uploaded another update fixing the gui style C:
NeverCast and I say, your welcome everyone :P

#275 Goof

  • Members
  • 751 posts

Posted 20 February 2013 - 10:34 AM

Bug report?

i cannot save any files
ways to reproduce:
open ccemu,
open an advanced computer with any id
type: "edit con" -- it works with startup. but not any other.
press ctrl and enter:
output
"Error saving to "the program name.


what the heck ?

#276 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 20 February 2013 - 10:38 AM

View PostMikk809h, on 20 February 2013 - 10:34 AM, said:

- Spoiler Snip -
Spoiler
I am currently using it with no problems what so ever. this is an odd one. Try rebooting cc-emu.

#277 Goof

  • Members
  • 751 posts

Posted 20 February 2013 - 10:40 AM

rebooting? i've done that 3 times now... still the same

#278 Xtansia

  • Members
  • 492 posts
  • LocationNew Zealand

Posted 20 February 2013 - 01:42 PM

View PostMikk809h, on 20 February 2013 - 10:34 AM, said:

--Spoiler Snip--
Spoiler

It's working for me on a fresh install,
What OS are you on?
Are you using a fresh install of cc-emu?
Does the computer you're using possibly have restrictions (ie a school computer) though if it did have write restrictions you wouldn't have even got past the launcher update screen on first boot.

#279 dissy

  • Members
  • 181 posts

Posted 20 February 2013 - 01:43 PM

View Posttomass1996, on 19 February 2013 - 07:58 AM, said:

Believe me I'm trying to get it hosted somewhere else :)

Regarding the web applet, what are you looking from a host? And what kind of bandwidth needs?

I have a lot of experence with Debian and Apache, and run a fleet of servers, but have never hosted full-on Java apps nor even have had the JRE on a server for that matter.

I have some coloed servers in Columbus OH, Los Angeles CA, and Amsterdam NL.
My VPSs are in Freemont CA, Dallas TX, and Newark NJ.

I recently had to turn down my server in Brasov Romania, but have been contimplating a replacement in a Tokyo JP datacenter with decent rates I've had my eye on.

The VPSs typically run about 80 GB into my 800 GB monthly bandwidth quota (~10%), and their main purposes are fairly low CPU/Bandwidth (Some web servers, an IRC network, basic network infastructure etc)


If the applet doesn't require much root attention or can run in a user account, and uses 300GB/mo of bandwidth or less, I might be able to help out. Especially so if I wipe this machine and get it shipped to Tokyo fresh and new.


The biggest downside lately has been my lack of being online as frequent. Been having medical issues more often than not lately it seems.
Most all the services I run are well scripted and stable, so stay running without much attention thankfully. But that's always a problem for an admin.

If interested anyway give me a shout.

#280 LBPHacker

  • Members
  • 766 posts
  • LocationBudapest, Hungary

Posted 20 February 2013 - 06:16 PM

Can I deactivate the Ctrl + Alt + N shortcut? Cuz (y'know I'm Hungarian) I'm on Hungarian keyboard layout and typing "}" means pressing Ctrl + Alt + N to me.





3 user(s) are reading this topic

0 members, 3 guests, 0 anonymous users