Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
Removed dash-hacks branding, updated images.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsokoloski committed Jan 2, 2012
1 parent 5efd8d3 commit 5d215fd
Show file tree
Hide file tree
Showing 15 changed files with 798 additions and 2,686 deletions.
2 changes: 0 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
Open Remote Play BETA
-------------------------------------------------------------------------------
Brought to you by Dashhacker
http://ps3-hacks.com
http://code.google.com/p/open-rp/

Wouldn't it be cool if you could run Remote Play from your laptop, desktop, or
Expand Down
2 changes: 0 additions & 2 deletions README.zh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
Open Remote Play BETA
--------------------------------------------------------------
Brought to you by Dashhacker
http://ps3-hacks.com
http://code.google.com/p/open-rp/

�c�餤��½Ķ���c�餤��Dash Hacks �ζ�- PS3 hacks ��sasuke �t�d, �p��½Ķ�W���~�йq�l�q�����H([email protected])
Expand Down
2 changes: 1 addition & 1 deletion config.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//////////////////////////////////////////////////////////////////////////////
//
// Open Remote Play
// http://ps3-hacks.com
// http://code.google.com/p/open-rp/
//
//////////////////////////////////////////////////////////////////////////////
//
Expand Down
3,446 changes: 785 additions & 2,661 deletions images.h

Large diffs are not rendered by default.

Binary file modified images/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/splash.xcf
Binary file not shown.
2 changes: 1 addition & 1 deletion keybind.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//////////////////////////////////////////////////////////////////////////////
//
// Open Remote Play
// http://ps3-hacks.com
// http://code.google.com/p/open-rp/
//
//////////////////////////////////////////////////////////////////////////////
//
Expand Down
2 changes: 1 addition & 1 deletion keybind.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//////////////////////////////////////////////////////////////////////////////
//
// Open Remote Play
// http://ps3-hacks.com
// http://code.google.com/p/open-rp/
//
//////////////////////////////////////////////////////////////////////////////
//
Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//////////////////////////////////////////////////////////////////////////////
//
// Open Remote Play
// http://ps3-hacks.com
// http://code.google.com/p/open-rp/
//
//////////////////////////////////////////////////////////////////////////////
//
Expand Down
2 changes: 1 addition & 1 deletion orp-conf.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//////////////////////////////////////////////////////////////////////////////
//
// Open Remote Play
// http://ps3-hacks.com
// http://code.google.com/p/open-rp/
//
//////////////////////////////////////////////////////////////////////////////
//
Expand Down
4 changes: 2 additions & 2 deletions orp.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//////////////////////////////////////////////////////////////////////////////
//
// Open Remote Play
// http://ps3-hacks.com
// http://code.google.com/p/open-rp/
//
//////////////////////////////////////////////////////////////////////////////
//
Expand Down Expand Up @@ -1410,7 +1410,7 @@ bool OpenRemotePlay::SessionCreate(void)
if (config.ps3_wolr) {
skt = SDLNet_UDP_Open(0);
if (SDLNet_ResolveHost(&addr,
"wol.ps3-hacks.com", config.ps3_port) == 0 &&
"wol.k0r3dump.net", config.ps3_port) == 0 &&
(channel = SDLNet_UDP_Bind(skt, -1, &addr)) != -1) {

// Send WoL packet to reflector
Expand Down
2 changes: 1 addition & 1 deletion orp.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//////////////////////////////////////////////////////////////////////////////
//
// Open Remote Play
// http://ps3-hacks.com
// http://code.google.com/p/open-rp/
//
//////////////////////////////////////////////////////////////////////////////
//
Expand Down
Binary file removed wxorp/images/dash_hacks.png
Binary file not shown.
15 changes: 4 additions & 11 deletions wxorp/wxorp.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//////////////////////////////////////////////////////////////////////////////
//
// Open Remote Play
// http://ps3-hacks.com
// http://code.google.com/p/open-rp/
//
//////////////////////////////////////////////////////////////////////////////
//
Expand Down Expand Up @@ -119,21 +119,14 @@ orpUIPanel::orpUIPanel(wxFrame *parent)
image = new wxMemoryInputStream(__images_logo_png, __images_logo_png_len);
logo = new wxImage(*image);
delete image;
image = new wxMemoryInputStream(__images_dash_hacks_png, __images_dash_hacks_png_len);
dash_hacks = new wxImage(*image);
delete image;
}

void orpUIPanel::OnPaint(wxPaintEvent& WXUNUSED(event))
{
wxPaintDC dc(this);
wxBitmap *bitmap;
bitmap = new wxBitmap(*dash_hacks);
dc.DrawBitmap(*bitmap, 0, 0, TRUE);
int width = bitmap->GetWidth();
delete bitmap;
bitmap = new wxBitmap(*logo);
dc.DrawBitmap(*bitmap, 5 + width, 5, TRUE);
dc.DrawBitmap(*bitmap, 5, 5, TRUE);
delete bitmap;
}

Expand All @@ -157,7 +150,7 @@ orpUIFrame::orpUIFrame(const wxString& title)
wxBoxSizer *frame_sizer = new wxBoxSizer(wxVERTICAL);
frame_sizer->AddSpacer(98);
wxHyperlinkCtrl *link = new wxHyperlinkCtrl(panel, wxID_ANY,
_T("v"PACKAGE_VERSION), _T("http://ps3-hacks.com/"));
_T("v"PACKAGE_VERSION), _T("http://code.google.com/p/open-rp/"));
link->SetNormalColour(wxColour(0, 134, 174));
frame_sizer->Add(link, 0, wxALIGN_RIGHT | wxRIGHT, 5);
frame_sizer->Add(lb, 1, wxEXPAND | wxALL, 5);
Expand Down Expand Up @@ -195,7 +188,7 @@ orpUIFrame::orpUIFrame(const wxString& title)
panel->SetSizer(frame_sizer);

CreateStatusBar();
SetStatusText(_T("http://ps3-hacks.com"));
SetStatusText(_T("http://code.google.com/p/open-rp/"));

frame_sizer->SetSizeHints(panel);
SetInitialSize(wxSize(480, -1));
Expand Down
3 changes: 1 addition & 2 deletions wxorp/wxorp.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//////////////////////////////////////////////////////////////////////////////
//
// Open Remote Play
// http://ps3-hacks.com
// http://code.google.com/p/open-rp/
//
//////////////////////////////////////////////////////////////////////////////
//
Expand Down Expand Up @@ -207,7 +207,6 @@ class orpUIPanel : public wxPanel

private:
wxImage *logo;
wxImage *dash_hacks;
};

class orpUIFrame : public wxFrame
Expand Down

0 comments on commit 5d215fd

Please sign in to comment.