[QUOTE=DarkCybo7;39791425]Anyone familiar with LuaJIT? I'm trying to compile the damn thing, but I'm having no luck with the linker:
- If I link -llua before -llua-jit5.1, everything runs but I see absolutely no performance increases or anything different.
- If I link -llua after -llua-jit5.1, it complains about not finding -llua-jit.5.1.so.2 or something like that.
- If I don't link -llua and only -llua-jit5.1, none of the lua functions are defined.
and the luajit instructions don't say shit.[/QUOTE]
Unless you're developing for a very obscure platform, just use the provided make files.
No external headers or libraries are required, it compiles out of the box and it compatible with the Lua 5.1 API and ABI.
[b]Edit:[/b]
Argh, worst page-king D:
Uh, I'm working on reading this, for uni!
[IMG_thumb]http://i.imgur.com/Ao5rK79.jpg[/IMG_thumb]
[QUOTE=laylay;39789828]Got distracted last week and didn't get a huge amount done. Here's the ladders and click&drag building.
What to work on next?[/QUOTE]
Have you implemented networking yet? If so how do you handle client-side prediction?
[QUOTE=Deco Da Man;39794452]Unless you're developing for a very obscure platform, just use the provided make files.
No external headers or libraries are required, it compiles out of the box and it compatible with the Lua 5.1 API and ABI.
[b]Edit:[/b]
Argh, worst page-king D:
Uh, I'm working on reading this, for uni!
[IMG_thumb]http://i.imgur.com/Ao5rK79.jpg[/IMG_thumb][/QUOTE]
Really quite a good book. The international cover looks way less like a kid's book though:
[IMG]http://store.lazywyre.com/media/catalog/product/cache/1/image/650x650/521f2eee4e9be16752173b8ec9ed34c0/9/7/9780132553179.jpg[/IMG]
I wrote code that I commited but didn't sync and then went home and wrote code on the old version of the project. I synced that and when I went back, I expected just to press sync on this machine and then, using some clever UI or something chose how to merge files that overlap. Sadly, that didn't happen but instead PowerShell opened with no explanation on what to do. Closed the shell and now GitHub for Windows says I have a detached head or something...
What do I do now?
GitHub for Windows is poop
Yay progress!
[img]http://i.imgur.com/ps6O9R3.png[/img]
Scraped from: [url]https://roosters.xedule.nl/Attendee/ChangeWeek/5341?Code=AO2a2&OreId=11&AttId=1[/url]
[QUOTE=Eric95;39795824]GitHub for Windows is poop[/QUOTE]
Yeah. It's much better to use command line all the time and not know how to do anything at all.
[editline]4th March 2013[/editline]
Ok. I've managed to push the changes on this PC but they have now overriden the changes I did at home. How do I revert to a previous commit but only partially?
Create another branch, commit whatever you have at home, and merge?
Or you could copy the files you've changed at home to a different folder, sync with Master, copy them back and then commit and push that.
[QUOTE=Darwin226;39795838]Yeah. It's much better to use command line all the time and not know how to do anything at all.[/QUOTE]
I think he meant you should use something like TortoiseGit or GitExtensions. I have heard nothing but bad things about github for windows.
[QUOTE=Gulen;39796026]Create another branch, commit whatever you have at home, and merge?
Or you could copy the files you've changed at home to a different folder, sync with Master, copy them back and then commit and push that.[/QUOTE]
Hmh... Right now I've managed to convince it to let me revert to the changes I did at home. I did copy my changes I have here to a separate folder as to re-merge them when I restore the home version but I just noticed I copied them too late. They have these weird
<<<<<<HEAD
things in some of the files.
I'm sure there's a way to do something about those but I think I'll rather copy and paste patches of code from one folder to another until it compiles.
There really needs to be a better explanation than "Synching failed, you might need to debug the repo via the console"... THANKS!
[QUOTE=Ziks;39787961]As I near the end of our software engineering group project at university I have decided that I never want to be a software engineer or work with people ever again.
[url]https://gist.github.com/Metapyziks/738814d22587b9fe397e[/url]
The guy who wrote this is the only other programmer in the group who can (at least sort of) use Java.
I get PTSD flashbacks whenever I hear someone say "but it works, so there's no need to change it".
[editline]3rd March 2013[/editline]
My favourite part is when the indentation goes up to 16 deep.[/QUOTE]
Where I work it's the other extreme, there are so many coding rules and code reviews and standards we usually plan like 30% implementation time and 70% overhead for stuff like code reviews and fixes. And the application is so bloated and full of frameworks of frameworks it takes up to 15 minutes to start the application server and uses >1.5GB RAM while loading hundreds of thousands of classes.
But too be honest it's almost worth it when I look at what you have to work with :v:
[QUOTE=Darwin226;39795838]Yeah. It's much better to use command line all the time and not know how to do anything at all.[/QUOTE]
Hey, there are a lot of much better Git GUIs than GitHub for Windows. It gave me nothing but problems when I was using it.
[QUOTE=Mega1mpact;39795825]Yay progress!
-img-
Scraped from: [url]https://roosters.xedule.nl/Attendee/ChangeWeek/5341?Code=AO2a2&OreId=11&AttId=1[/url][/QUOTE]
Heh, that's funny. I'm working on a Windows 8 application which shows your schedule including last-minute changes (i.e. different classroom, teacher etc). Second thing, howdy dutch fellow!
Last weekend I developed my own webserver in C#.NET to gain some more experience (PHP was working partly) and I have to say that it was easier than I expected!
[thumb]http://i.imgur.com/9DdeZ98.png[/thumb]
Let's call it a feature :v:
That paragraph is so confusing.
[QUOTE=DarKSunrise;39796661]That paragraph is so confusing.[/QUOTE]
How so?
[QUOTE=xThaWolfx;39796666]How so?[/QUOTE]
It's just not very well written. It sounds clunky, like it's stumbling over itself.
[editline]4th March 2013[/editline]
[QUOTE=Darwin226;39796137]Hmh... Right now I've managed to convince it to let me revert to the changes I did at home. I did copy my changes I have here to a separate folder as to re-merge them when I restore the home version but I just noticed I copied them too late. They have these weird
<<<<<<HEAD
things in some of the files.
I'm sure there's a way to do something about those but I think I'll rather copy and paste patches of code from one folder to another until it compiles.
There really needs to be a better explanation than "Synching failed, you might need to debug the repo via the console"... THANKS![/QUOTE]
those <<<<<< HEAD things are markers that show you where merge conflicts were, you will see a <<<<<<< and then changes from one of the two commits being merged, and then a line of equals ======= separating them, and then >>>>>>> denoting the end of the other file's changes.
You really should read up on git and learn how to use it from the command line before you just try doing it with a GUI so that you actually understand what is happening when you click things in the GUI. If you are able to figure out how to program, you can figure out command line git, it's [I]really[/I] not that complex.
Here's a whole free book on it: [url]http://git-scm.com/book[/url]. Read the first three chapters and you'll know what you are doing.
[QUOTE=KmartSqrl;39796706]It's just not very well written. It sounds clunky, like it's stumbling over itself.[/QUOTE]
[i]This here is wind. Wind is dangerous, because it will take bubbles with it and accelerate them whilst doing so.
Be careful not to get caught in wind yourself, but mind your surroundings! Other bubbles can also be caught in the wind and they might be thrown right at you![/i]
How is this?
Sadly, English is not my native tongue so every once in a while a second opinion is appreciated.
[QUOTE=xThaWolfx;39796795][i]This here is wind. Wind is dangerous, because it will take bubbles with it and accelerate them whilst doing so.
Be careful not to get caught in wind yourself, but mind your surroundings! Other bubbles can also be caught in the wind and they might be thrown right at you![/i]
How is this?
Sadly, English is not my native tongue so every once in a while a second opinion is appreciated.[/QUOTE]
Try to be concise, and not too wordy. Like this perhaps:
This is wind. Bubbles can be carried along it's path and may be blown towards you. Be careful not to get caught in it yourself!
[QUOTE=KmartSqrl;39796706]
those <<<<<< HEAD things are markers that show you where merge conflicts were, you will see a <<<<<<< and then changes from one of the two commits being merged, and then a line of equals ======= separating them, and then >>>>>>> denoting the end of the other file's changes.
You really should read up on git and learn how to use it from the command line before you just try doing it with a GUI so that you actually understand what is happening when you click things in the GUI. If you are able to figure out how to program, you can figure out command line git, it's [I]really[/I] not that complex.
Here's a whole free book on it: [url]http://git-scm.com/book[/url]. Read the first three chapters and you'll know what you are doing.[/QUOTE]
Thanks for the explanation. Appreciate that.
[QUOTE=chaz13;39796848]Try to be concise, and not too wordy. Like this perhaps:
This is wind. Bubbles can be carried along it's path and may be blown towards you. Be careful not to get caught in it yourself![/QUOTE]
That sounds brilliant, it's so simple yet precisely what I tried to put in more than 2 lines :v:
Thanks, I really appreciate the help!
[QUOTE=xThaWolfx;39796608][thumb]http://i.imgur.com/9DdeZ98.png[/thumb]
Let's call it a feature :v:[/QUOTE]
semi-underlining
[QUOTE=Darkwater124;39797157]semi-underlining[/QUOTE]
Not really, it's ( I think ) a bug in the drivers on my Ubuntu installation.
Whenever I run it on Windows it looks just fine and every 3 out of 10 times or so that I run it on Ubuntu it's fine as well.
[QUOTE=Eric95;39796397]Hey, there are a lot of much better Git GUIs than GitHub for Windows. It gave me nothing but problems when I was using it.[/QUOTE]
I have never had any issues with GitHub for Windows. I have no idea what you guys are doing to have so many problems.
Don't rag on it if you don't know how to use it.
[QUOTE=xThaWolfx;39796608][thumb]http://i.imgur.com/9DdeZ98.png[/thumb]
Let's call it a feature :v:[/QUOTE]
That font rendering
Just started working on 2d Space Game.
[video=youtube;w-duNFgEZnY]http://www.youtube.com/watch?v=w-duNFgEZnY[/video]
The desert like planet in the middle is placeholder for a sun.
EDIT: Video was broken. Fixed.
A piano roll viewer for the console:
[img]https://dl.dropbox.com/u/5013896/forum/Facepunch/Programming%20WAYWO/3.2013/Piano%20Roll%20Viewer.png[/img]
The x and ~ chars are there because the scale is too small. If a note falls completely through the grid, it's a ^, if it's aligned there are only + and -.
I also made a very bad synth, so now there's no clicking and the notes have overtones with envelopes:
[media]http://soundcloud.com/tamschi/bad-synth[/media]
finished my story generator, yay
[URL=http://minus.com/lilvUA6PO49nr][IMG]http://i.minus.com/jilvUA6PO49nr.png[/IMG][/URL]
at last, the big 3
[img_thumb]http://i.imgur.com/UIhaJdD.jpg[/img_thumb][img_thumb]http://i.imgur.com/qoN6m9N.png[/img_thumb][img_thumb]http://i.imgur.com/xjsX5TF.jpg[/img_thumb]
Sorry, you need to Log In to post a reply to this thread.